1. a2c940d This generates confusing backtraces for a lot of users by mbligh · 16 years ago
  2. e432dd2 Add a job.run_control method that can be used inside of server control by jadmanski · 16 years ago
  3. 2b9ed9c by showard · 16 years ago
  4. e7693ba Cleanup. by mbligh · 16 years ago
  5. e8b93af Modified AbstractSSHHost to use utils.import_site_class() to get by mbligh · 16 years ago
  6. 92eed50 Wrapped repair invocation in a try/except block to record in status log the by mbligh · 16 years ago
  7. 475f776 Make frontend.py respect AUTOTEST_WEB environment variable by mbligh · 16 years ago
  8. 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
  9. 25c0b8c Added new host protection level (repair software only) that would allow any by mbligh · 16 years ago
  10. a0a2759 Moved in the inheritance tree repair_* from abstract_ssh to Host base class. by mbligh · 16 years ago
  11. 75ef58b Make it possible to run the "cleanup" phase manually. by mbligh · 16 years ago
  12. 54459c7 Fix a few embarrasing bugs in frontend.py where we forget to pass by mbligh · 16 years ago
  13. e7dc9d3 Fix up the utils import stucture for server side code by mbligh · 16 years ago
  14. 80deb75 Add a Host.is_shutting_down method to allow us to determine if a host by jadmanski · 16 years ago
  15. d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 16 years ago
  16. 0e1881e server.hosts.remote: When reboot is called, really reboot. by jadmanski · 16 years ago
  17. 4043c63 Added a server.hosts.Host.check_partitions() functions to compare by mbligh · 16 years ago
  18. 78a013a Silenced collecting dmesg output to just be saved in the dedicated file by mbligh · 16 years ago
  19. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  20. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
  21. b264ed0 Add some END ABORT logging to the code that executes the Autotest by jadmanski · 16 years ago
  22. b88d6dc Remove the reason logging from END messages when running a group by jadmanski · 16 years ago
  23. c408c5e by showard · 16 years ago
  24. fcc851b The LoggerFile class used by the ssh host classes as a default std* by jadmanski · 16 years ago
  25. d7b79ed Rewrite the get_file and send_file code in AbstractSSHHost to properly by jadmanski · 16 years ago
  26. 8ad2420 Fix bug that causes server side jobs to fail when an int is passed as the tag. by mbligh · 16 years ago
  27. 7479a18 Ignore SERVER_JOB as it's buggy and gives false failures by mbligh · 16 years ago
  28. 7b31228 Allow jobs created through frontend.py to specify timeouts by mbligh · 16 years ago
  29. a64835c Remove needless complexity from server/utils.py by mbligh · 16 years ago
  30. d778ae4 Move the reboot_followup out of reboot and into wait_for_restart. This works by jadmanski · 16 years ago
  31. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  32. c98c470 Drop the explicit tag parameter from Autotest.run_test and by jadmanski · 16 years ago
  33. 4e57661 Allow site override of machine coupling for SYNC_COUNT by mbligh · 16 years ago
  34. 1354c9d Add control file objects and containers to frontend.py by mbligh · 16 years ago
  35. f9d6e01 Fix server job unittest by mbligh · 16 years ago
  36. ac367cc Fix typo mkdtmp -> mkdtemp by mbligh · 16 years ago
  37. ff7d61f Fix autoserv -N by making pid_file_manager conditional. Else it by mbligh · 16 years ago
  38. 1f23f36 Allow filtering of hosts by platforms by mbligh · 16 years ago
  39. aebe3b6 Don't write temporary control file terds such as control.srv to the current by mbligh · 16 years ago
  40. d99d3b27 Boot timeout leads to hardreset attempt, then broken exception. by mbligh · 16 years ago
  41. 5280e3b Make us check the test state as well as the job state, since the by mbligh · 16 years ago
  42. 16d7417 The server side profilers need to track the directory they were by jadmanski · 16 years ago
  43. e0c7fb6 Currently, client.log.* files are numbered in a way that's only unique by jadmanski · 16 years ago
  44. 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
  45. 23a5350 The verify control segments needs to re-raise the exception that it by jadmanski · 16 years ago
  46. e0dffc3 When a server job fails "normally" (i.e. after it's been properly by jadmanski · 16 years ago
  47. d0da285 Change the server side sleeptest control file to be parallelizable, by jadmanski · 16 years ago
  48. 6d2ada5 Make certain that server.utils.__clean_tmp_dirs is called; currently by jadmanski · 16 years ago
  49. c31e402 Add functionality to the frontend system to talk to tko as well as afe by mbligh · 16 years ago
  50. 45ffc43 Fix frontend.py to send email when asked, and not use broken machines by mbligh · 16 years ago
  51. 8df92e7 So it would seem that five minutes is not always long enough for a by jadmanski · 16 years ago
  52. 7d22381 Fix up the _copy_files implementation to properly handle deleting a by jadmanski · 16 years ago
  53. 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
  54. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  55. 5b61838 Add functionality to frontend.py to support kernel testing by mbligh · 16 years ago
  56. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  57. b30a928 Fix formatting in ssh_host.py by mbligh · 16 years ago
  58. 91cd58c If you reboot during a server-side test while using a profiler, we by jadmanski · 16 years ago
  59. 4f90925 Extend the server-side profiler code to handle reboots as well. Sadly, by jadmanski · 16 years ago
  60. c8153ee Fix verify logging not to use subdirs - we're already in the subdir by mbligh · 16 years ago
  61. b5dac43 Provide the ability to drop caches between benchmark iteration runs by mbligh · 16 years ago
  62. 0fce411 Fix bug in repair and verify with parallel_simple by mbligh · 16 years ago
  63. b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
  64. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
  65. 1ffd5dc Fix up bad merge by mbligh · 16 years ago
  66. f3629c8 Change the server sleeptest to use run_once. by jadmanski · 16 years ago
  67. cb4aac7 Add a flag to the factory to allow netconsole support to be turned on manually. by jadmanski · 16 years ago
  68. 7406a97 Remove run, verify, repair unittests from server_job. We seem to have by mbligh · 16 years ago
  69. 5f66ed4 Print clearer information about diskspace checks. by mbligh · 16 years ago
  70. dedc4bf Fix ssh_ping for permission denied errors. by mbligh · 16 years ago
  71. 73c0c8e Make verify record GOOD / FAIL in status.log by mbligh · 16 years ago
  72. a291a5a Remove deprecated site_ functions from repair and verify by mbligh · 16 years ago
  73. 5493129 Fix formatting of control_segments/* by mbligh · 16 years ago
  74. 181b7c2 Add utils to namespace of server-side control files by mbligh · 16 years ago
  75. 2b92b86 Coding style fixes for server_job.py by mbligh · 16 years ago
  76. a32e652 The code in ParamikoHost that extracts the remainder of the buffer by jadmanski · 16 years ago
  77. b768126 Fix to hardcode which python executable is used on target. by mbligh · 16 years ago
  78. 8ad6de5 Add proper missing test_class variable to iperf/netperf2 server tests by mbligh · 16 years ago
  79. fdbacc4 This code is no longer used or maintained, so it is being removed. by mbligh · 16 years ago
  80. 9ab7818 fix server side sleeptest name by mbligh · 16 years ago
  81. 82648e5 Revert accidental double-patching of last change by mbligh · 16 years ago
  82. 92c0fc2 Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  83. 550fdc2 Fix some issues with the new Host.__del__ -> Host.close changes. by jadmanski · 16 years ago
  84. 5cc6463 Add SATA errors issuing CommandAbort to the drives to the warning by mbligh · 16 years ago
  85. 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
  86. 5b2844f by mbligh · 16 years ago
  87. 80e1eba Enable autoserv to operate without a results directory by mbligh · 16 years ago
  88. 1071763 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  89. 6764715 Add a frontend service to autoserv to enable jobs to manipulate by mbligh · 16 years ago
  90. d6c56a9 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
  91. 9f7dd11 Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it). by jadmanski · 16 years ago
  92. 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago
  93. 150c6ba Fix a short indent and update documentation. by mbligh · 16 years ago
  94. 31369a2 add missing __init__.py file by mbligh · 16 years ago
  95. ab2174d Expose ParamikoHost.get_user_key as part of the interface, usable by jadmanski · 16 years ago
  96. 2bab8f4 Implement sync_count. The primary change here is replacing the job.synch_type field with a synch_count field. There is no longer just a distinction between synchronous and asynchronous jobs. Instead, every job as a synch_count, with synch_count = 1 corresponding to the old concept of synchronous jobs. This required: by showard · 16 years ago
  97. af959a4 Disable netconsole monitoring. We're running into kernel issues by jadmanski · 16 years ago
  98. 79ab928 Make sure that when a client-side reboot fails the server properly by jadmanski · 16 years ago
  99. e48bcfb Refactor of dmesg to more general monitoring of any log file. by mbligh · 16 years ago
  100. ef30f5c Add timestamps to console log lines. by mbligh · 16 years ago