1. 3abbcee For files that won't be directly executed, the #! is unneccessary and can by mbligh · 15 years ago
  2. c99fccf Set the SYNC_COUNT to be the test's sync_count now that the by mbligh · 15 years ago
  3. 6955e23 Sort the keyval keys to make them easier to read. by mbligh · 15 years ago
  4. 4b5c31e * update documentation in test_importer by mbligh · 15 years ago
  5. eafcecf This patch adds the disktest control file for the test to be executed under by mbligh · 15 years ago
  6. 04955d9 This patch adds the control file for running stress test under kvm guests. by mbligh · 15 years ago
  7. 1cad952 this patch updates the stress test to the latest version 1.0. by mbligh · 15 years ago
  8. 3208fac This patch adds the control file for ebizzy test to be executed under kvm test. by mbligh · 15 years ago
  9. 4a994ce This patch adds the wrapper for ebizzy into autotest. here is the link by mbligh · 15 years ago
  10. d0e9498 Server side messages cleanup. In this patch, the aim was: by mbligh · 15 years ago
  11. e3274a4 Update parser unittests to use autotemp by mbligh · 15 years ago
  12. 4151539 Update CLI to use autotemp for tempfiles by mbligh · 15 years ago
  13. b289619 Reworked utils urlopen, urlretrieve and get_file to remove code by mbligh · 15 years ago
  14. 277a0e4 Moved server.utils.sh_escape function to client.common_lib.utils by mbligh · 15 years ago
  15. 2894f42 Do not try to rerun with increased verbosity the last ssh command if it by mbligh · 15 years ago
  16. 34b9bb3 Put the "ls" argument in double quotes in host.path_exists() so by mbligh · 15 years ago
  17. 1ab1f14 remove zero sized file by mbligh · 15 years ago
  18. 79ceb5b Make base_partition to use logging: by mbligh · 15 years ago
  19. 548e661 Make docstrings on module base_partition to comply with by mbligh · 15 years ago
  20. 1ae7308 svn propset svn:executable on scheduler/monitor_db_babysitter by mbligh · 15 years ago
  21. f6547fe Add kwarg level to logging.basicConfig call. by showard · 15 years ago
  22. b6681aa SpecialAgentTasks can be aborted if they're tied to a job that gets aborted while they're active. In that case, we still need to update the SpecialTask entry to mark it as complete. by showard · 15 years ago
  23. c0ac3a7 add the option to include verify/repair/cleanups in the job table on the host detail page. by showard · 15 years ago
  24. f4c702e Add job queued time and job queued day to the groupable field in spreadsheet view. by showard · 15 years ago
  25. 0228f14 Add (atomic group) to the displayed text of any atomic group label in by showard · 15 years ago
  26. 909c914 Return the atomic group name as part of the RPC interface get_hosts() call. by showard · 15 years ago
  27. 4460ee8 When a drone fails to initialize, let the scheduler die. We used to try to carry on gracefully, but it turns out this really isn't safe. If the drone failure is due to a network condition, and the drone is actually still up, then Autoserv processes will continue to run on that drone, but the scheduler will be unable to detect or stop these processes. This can lead to dual Autoserv processes running against the same machine. by showard · 15 years ago
  28. ed2afea make SpecialTasks recoverable. this involves quite a few changes. by showard · 15 years ago
  29. 0fc7800 Fixes slilly mistake made when adding qemu_iotests test module. by lmr · 15 years ago
  30. b695a85 Adding a qemu-iotests client test to autotest by lmr · 15 years ago
  31. ad787c2 All test failure related exception types are not supposed to print by lmr · 15 years ago
  32. a2c80bd Allow "installing" of GWT under the site-packages directory where other by showard · 15 years ago
  33. bf9695d Add a call to _drop_old_pidfiles(). This method has been present since the beginning but nothing ever called it, so long-running schedulers just keep accumulating pidfiles to check for, which makes them gradually get slower...and slower.... by showard · 15 years ago
  34. cd5fac4 Typo fix. sorry! by showard · 15 years ago
  35. 6157c63 Make the scheduler robust to finding a HostQueueEntry with more than one by showard · 15 years ago
  36. 2fe3f1d Enter all Verify/Cleanup/Repair tasks into the special_tasks table. Also by showard · 15 years ago
  37. 3ed34fd Expand the test name column in the AFE Create Job tests list to fit the by showard · 15 years ago
  38. b4c1dfe Change control file font to fixed-width on the AFE Job Details view. by showard · 15 years ago
  39. 8ea274b KVM test: Fixing kvm release tag detection by lmr · 15 years ago
  40. 358276b Fix the warning call (as noted by Lucas on the mailing list) along with by mbligh · 15 years ago
  41. 4900b3b Adjust the /var/log/messages collection while collecting crashinfo by jadmanski · 15 years ago
  42. b155d0c Add paramiko and GWT to build_externals. by mbligh · 15 years ago
  43. 0179c1d Somehow we missed this bugfix from Mihai. However, the actual patch has by mbligh · 15 years ago
  44. 798f952 Import a server/site_utils.py if present. by mbligh · 15 years ago
  45. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  46. 780fa7f Clean up the test discovery a bit. Uses os.walk instead of the obsolete by mbligh · 15 years ago
  47. e9633f5 Change an annoyingly verbose log message to DEBUG level. by mbligh · 15 years ago
  48. c229956 Rename the signal handler function to match its actual use. by mbligh · 15 years ago
  49. 6a242df tempfile stub that will delete temporarily allocated files/directories by mbligh · 15 years ago
  50. 48d412c Fix regression caused by incomplete CL 4103202. Correct remaining by mbligh · 15 years ago
  51. 6855822 set executable on test_importer.py by mbligh · 15 years ago
  52. a984ad1 Remove duplicate "sync count" line from Django admin interface's edit by showard · 15 years ago
  53. ef1edaf Update the unittest finder to look for _test.py suffixes as well. by showard · 15 years ago
  54. 088b826 Adds the ability to list atomic labels via 'atest label list --atomicgroup' by showard · 15 years ago
  55. 1081986 Remove the hostname from the verify error message. Verify is always by jadmanski · 15 years ago
  56. 1cd1f03 Fixes a bug in the autoserv harness that was introduced when the by jadmanski · 15 years ago
  57. 263313e Fix a race in autotestd_monitor that occasionally comes up during by jadmanski · 15 years ago
  58. 1f99f67 Make some changes to the parser so that when multiple reasons are by jadmanski · 15 years ago
  59. 0d2ed1f KVM test: Fixing 2 places where kvm_log was still being referenced by lmr · 15 years ago
  60. 8f2ac92 Work around python 2.4.3 bug http://bugs.python.org/issue1652788 by by showard · 15 years ago
  61. 204e17e This code was still depending on the old deleted common_lib/debug.py by showard · 15 years ago
  62. 06b82fc Add unit tests for the TKO RPC interface by showard · 15 years ago
  63. b12eb05 fix unit tests for previous frontend/afe/control_file.py change. by showard · 15 years ago
  64. a5512cd Fix missing import error in kernel control file install stanza. It was by showard · 15 years ago
  65. 89f9016 Make logging_manager report the correct module name when LoggingFile is by showard · 15 years ago
  66. e9450c9 Change the default for the max_number_of_machines in atomicgroups to be infinite*. (* see definition of INFINITE_MACHINES). by showard · 15 years ago
  67. 6cff4ad Fix FindBugs flags by showard · 15 years ago
  68. e9c6936 Pass --verbose flag for verify/repair/cleanup. Since we currently log these via piped console output, we want verbose output. by showard · 15 years ago
  69. b562645 ensure hosts get cleaned up even in the rare but possible case that a QueueTask finds no process at all by showard · 15 years ago
  70. c873032 Infer the atomic group automatically by looking at the meta host when by showard · 15 years ago
  71. cb881ae Currently, the 'view all logs' link is less usable as it is pointing to the /results/JOB/HOST/ directory while the by showard · 15 years ago
  72. cfe1ba1 Modify the crash collection to collect server profiler data into the by jadmanski · 15 years ago
  73. d4feabc Add a command line utility to read variables (This will help random one off scripts that need to access this variables) by mbligh · 15 years ago
  74. 9c12f77 Fixed the mis-spelling of rendezvous. by mbligh · 15 years ago
  75. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  76. 9b2cd04 Dashboard for Kernel Qual Performance benchmarks. by mbligh · 15 years ago
  77. 5b380be Revise dashboard of Kernel Qual Container benchmarks for nightly dev kernels. by mbligh · 15 years ago
  78. 753362d Move client/bin/kernel_versions to common_lib; it is used by tko. by mbligh · 15 years ago
  79. ed887b9 Fix up the handling of child process exceptions to be more robust by mbligh · 15 years ago
  80. 26f0d88 Add an info message about processing the control file by mbligh · 15 years ago
  81. b7954fd Missing common.py file. by mbligh · 15 years ago
  82. c3f3d61 Save in the persistent client job state a list of (device, mount-point) by mbligh · 15 years ago
  83. 089f1e3 Changed server sysinfo support code to reinstall the sysinfo Autotest by mbligh · 15 years ago
  84. a2b07dd Import logging into the namespace of server control files, as it is for clients by mbligh · 15 years ago
  85. 29f5909 Change default sys.stdout -> logging to INFO level instead of DEBUG. by showard · 15 years ago
  86. fa1eb0d Add line number to the file logging prefix. Its great for debugging, very few chars, and we agreed upon it on the mailing list. by showard · 15 years ago
  87. 108d73e * make utils.system* default to directing output to the logging module, instead of sys.std*. this involved refactoring the code out of ssh_host/paramiko_host/abstrash_ssh, which previously did the same thing (they still do, but now the use the common logic in utils) by showard · 15 years ago
  88. 2d7ac83 fix little-used RPC documentation handler in AFE/TKO by showard · 15 years ago
  89. 55e425e remove "connected" messages, as a first step in cleaning up ERROR logs. they we introduced long ago, while stderr of commands was redirected to stdout, making noise relatively harmless. but i don't think they've served a very significant purpose, and now they're just noise on stderr, which we'd like to promote to ERROR level logging. by showard · 15 years ago
  90. f6853c0 Fix collapsable control file in AFE Job Detail view. Element was by showard · 15 years ago
  91. 98ead17 exempt one-time-hosts from ACL checking in the frontend as well, and update the unit test to accurately test this by showard · 15 years ago
  92. a04d7c9 KVM test: New subtest - boot VMs until one of them becomes unresponsive by lmr · 15 years ago
  93. 10d8417 add two logging-related options to autoserv: by showard · 15 years ago
  94. 130ba9e point drop-down test log viewers to newly named logs, and tweak the name of the autoserv logs to be a bit more accurate by showard · 15 years ago
  95. 2924b0a Ensure one-time-hosts aren't in the Everyone ACL, and make the scheduler ignore this. by showard · 15 years ago
  96. e39ebe9 temporary fix for bug in scheduling when at capacity. if no drone has capacity, pick the one with the least load. by showard · 15 years ago
  97. ee36bc7 remove some logging setup code in the common test code that should be subsumed by the new logging manager by showard · 15 years ago
  98. a38bc23 KVM test: include shutdown test in kvm_tests.cfg.sample by lmr · 15 years ago
  99. 6faadb2 The shutdown test logs into a VM and sends a shutdown command. by lmr · 15 years ago
  100. 0d4d274 Support 'cache' and 'serial'. by lmr · 15 years ago