1. c251a1f Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  2. 215c55a Log a job-level ABORT into the status log whenever an Autotest client by mbligh · 16 years ago
  3. d8b3925 Added support for having site version of autotest. by mbligh · 16 years ago
  4. fabc2d0 Repair should use wait_up to give a machine 2.5 hours to come up, not by mbligh · 16 years ago
  5. 0ad21ba Add the ServerAliveInterval parameter to SSHHost to reduce the chances by mbligh · 16 years ago
  6. b03ba64 Patch to reduce the rate of reparse, and to make the parser locking by mbligh · 16 years ago
  7. 9e61878 Add --help and -h to autoserv by mbligh · 16 years ago
  8. 8d4baaa Make ALL commands run through SSHHost.run() send their stderr to autoserv's stdo by mbligh · 16 years ago
  9. bb42185 This patch enables the scheduler to pick up jobs that were left running after it crashes, and see them to completion. by mbligh · 16 years ago
  10. 71d2422 Fix reboot failures to have more descriptive error messages by mbligh · 16 years ago
  11. e13239a Simply right-shifting exit codes is just WRONG. We are loosing all non-signal based errors. by mbligh · 16 years ago
  12. 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 16 years ago
  13. fe749d2 When autoserv is runing a job through ssh, it should just send all by mbligh · 16 years ago
  14. ddd5433 Add a parameter to server_job.run to disable the collection of crashdumps. by mbligh · 16 years ago
  15. 38c2d03 Changed sighandler in autoserv to call SIGKILL on its children instead of SIGTERM. by mbligh · 16 years ago
  16. c9585ec Fix up use of df in verify to use -P too by mbligh · 16 years ago
  17. 35f4395 Convert _wait_for_command (in server.utils) to use Popen.poll instead by mbligh · 16 years ago
  18. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 16 years ago
  19. f7243e1 Implemented proper kill for autoserv: on receival of a SIGTERM it will kill its children. by mbligh · 16 years ago
  20. 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 16 years ago
  21. dbdac6c Continuously reparse the status logs whenever new logs are written out by mbligh · 16 years ago
  22. 16c722d Remove ReverifyTask altogether, and trust the return code of autoserv repair (which does a reverify itself). The flowchart on the wiki is updated. by mbligh · 16 years ago
  23. 8375088 Fix a few misses in the global_config patch by mbligh · 16 years ago
  24. ed4d6dd glocal_config patch by mbligh · 16 years ago
  25. dab3966 Move the code responsible for pulling client-side status logs over to by mbligh · 16 years ago
  26. 1fb77cc Write out a .machines files in the server-side preamble whenever there by mbligh · 16 years ago
  27. 632f838 Fix up the SSHHost.__del__ method to use the set.discard instead of by mbligh · 16 years ago
  28. 394ff51 If running a server job throws an uncaught exception treat that as if by mbligh · 16 years ago
  29. 0c5ce31 Fix warning_monitor by mbligh · 16 years ago
  30. f4e0415 Replace the current expect script based console warning montitor with by mbligh · 16 years ago
  31. d60b032 stripped off trailing newline from system_output on server side. by mbligh · 16 years ago
  32. 6f015c4 Move some error classes out of server/autotest.py and into the error by mbligh · 16 years ago
  33. 9e787d2 Fix autotest client-handling code to use wait_up rather than ensure_up. by mbligh · 16 years ago
  34. fbb0354 Fix up how SSHHost kills its logging processes so that it never kills by mbligh · 16 years ago
  35. 535a454 Eliminate duplicates and sort the machine list so it's deterministic. by mbligh · 16 years ago
  36. 0ff7c22 Extend check_diskspace in verify to allow the number of GB to be specified by mbligh · 16 years ago
  37. d62f2cf Add a get_all_info to allow us to retrieve all the bootloader info data and by mbligh · 16 years ago
  38. 3c647c3 Stop using close_fds. The underlying implementation is braindead and by mbligh · 16 years ago
  39. eec4d7a Whenever a subcommand fails for some reason, we shouldn't include by mbligh · 16 years ago
  40. 61878d9 Subcommand shouldn't crash just because a debug directory already exists. by mbligh · 16 years ago
  41. a1956d3 Don't blow away existing subdirectories from parallel commands by mbligh · 16 years ago
  42. ea397bb Refactor the server and client side test classes into a the common lib by mbligh · 16 years ago
  43. 0c3548d Move check_version into the common utils and make sure we run it for any by mbligh · 17 years ago
  44. dccabe3 Add an assert_ method to the server-side version of test, like the one already by mbligh · 17 years ago
  45. 28299b3 Added support to install a vmlinux image with the vmlinuz image. by mbligh · 17 years ago
  46. 4ff46b0 Added a timeout to ssh_ping. ssh was hanging, but wasn't being killed for by mbligh · 17 years ago
  47. e5cd0fd Provide an options not to tee the output to stdout/stdderr. by mbligh · 17 years ago
  48. 52c0a17 Take min diskspace down to 20GB to cope with a wider variety of machines by mbligh · 17 years ago
  49. 09f4569 Get rid of a few meaningless errors from test commands by mbligh · 17 years ago
  50. 8141f86 oops. repair should call verify, not itself by mbligh · 17 years ago
  51. cfc7ab3 Pull the rsync/scp launching code out of get_file and send_file and by mbligh · 17 years ago
  52. 6cdb1bf Add an exception if the subcommand fails. by mbligh · 17 years ago
  53. 970b94e Add in a hook to server_job to allow the gathering of site-specific data by mbligh · 17 years ago
  54. e25fd5b Change verify to throw an error if it fails, and record things correctly by mbligh · 17 years ago
  55. 0f5ad64 Add missing utils in front of system() call by mbligh · 17 years ago
  56. d56eb59 Ran into another bug where a file is written to without checking by mbligh · 17 years ago
  57. 67a936f This rsync flag is too agressive. If you're afraid that existing files are by mbligh · 17 years ago
  58. 840e406 A quick fix to the KVM host class. by mbligh · 17 years ago
  59. 74b22c3 I changed KVM.py to use the -pidfile and -daemonize with QEMU, and by mbligh · 17 years ago
  60. a4d4f37 We shouldn't mark it as GOOD until it completes! by mbligh · 17 years ago
  61. 70cf0ec Fix autotest to always use the local copy of conmux by mbligh · 17 years ago
  62. c3aee0f Added timeout to parallel subcommands. by mbligh · 17 years ago
  63. 4a3e697 add missing standalone profiler file by mbligh · 17 years ago
  64. 07a923f Set default run timeout to something sane (1hr) by mbligh · 17 years ago
  65. 34faa28 SSH has an exit code of 255 and prints out an error message when by mbligh · 17 years ago
  66. 74a7c84 Add --force to rsync command in ssh_host.py. This should avoid errors by mbligh · 17 years ago
  67. 6a2a2df Ensure all AutoservRunErrors are constructed with a tuple of two objects, as expected. Also change AutoservRunError's docstring to reflect this requirement. Fixed up some formatting in run_grep while I was at it. by mbligh · 17 years ago
  68. 3177be4 Fix up a couple places where autotest errors are referenced but by mbligh · 17 years ago
  69. e7bf64a Use simpler version of the parallel code in server/samples/reboot.srv by mbligh · 17 years ago
  70. ecf55f4 Pre-emptively check if a test has already been run with the same tag by mbligh · 17 years ago
  71. 4d6feff Fix exceptions not to be strings by mbligh · 17 years ago
  72. dd3235b Create a new run_grep method to parse command output generically. by mbligh · 17 years ago
  73. b3c9f37 Update for having profilers run on machines where there are no by mbligh · 17 years ago
  74. 37d53c3 Use rsync to copy log files back to autoserv host. Fix some indentation errors. by mbligh · 17 years ago
  75. cc4b111 Remove unnecessary detection of len(machines) - this is now done in paralell by mbligh · 17 years ago
  76. 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
  77. 10b3a08 Make utils.system() print to stdout / stderr as intended by mbligh · 17 years ago
  78. 78669ff add a run_grep command to the ssh_host object by mbligh · 17 years ago
  79. ff6b402 We should be raising an AutoservRunError here, not a CmdError. by mbligh · 17 years ago
  80. 5deff3d Add a new exception for installation failures. by mbligh · 17 years ago
  81. da13d54 I need to be able to run many autotest instances on one machine and by mbligh · 17 years ago
  82. e74782b Added the start_profilers command from server. Profilers sync locally after GO is sent. by mbligh · 17 years ago
  83. fa97160 ssh_ping: use connect timeout instead of command timeout by mbligh · 17 years ago
  84. 1f19490 Modify the test results collection to try and ensure the remote host by mbligh · 17 years ago
  85. 98ff146 Another new version. This one removes the "cleanup" code, too, since it by mbligh · 17 years ago
  86. d528d30 Extend the status logging mechanism to handled multiple tests in by mbligh · 17 years ago
  87. e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
  88. a8056b1 Fix reboot.srv for multiple machines by mbligh · 17 years ago
  89. 6102a36 Enhance verify operation by mbligh · 17 years ago
  90. 4918bdb Don't remove the control file if it wasn't a temp copy by mbligh · 17 years ago
  91. 6b504ff Fixed the barriers to exit rendevous when there are no members specied. by mbligh · 17 years ago
  92. 548197f Redirect output of remote ls command 'tests' to /dev/null by mbligh · 17 years ago
  93. f3f5cba Fix linebreaks in server_job.py by mbligh · 17 years ago
  94. 94befff Fix some indention mistakes. by mbligh · 17 years ago
  95. 35b225c autoserv: grab test results even if we had an error by mbligh · 17 years ago
  96. 34a3fd7 add a couple of utils to the server side by mbligh · 17 years ago
  97. e1417fa * Added support for barriers to the server. by mbligh · 17 years ago
  98. 7af0552 Integrate building from git repo into kvm class by mbligh · 17 years ago
  99. d0868ab Integrate git and git_kernel into server_job.py by mbligh · 17 years ago
  100. 798d651 Add gitrepo class for managing git repositories. by mbligh · 17 years ago