1. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  2. 26f0d88 Add an info message about processing the control file by mbligh · 15 years ago
  3. 089f1e3 Changed server sysinfo support code to reinstall the sysinfo Autotest by mbligh · 15 years ago
  4. a2b07dd Import logging into the namespace of server control files, as it is for clients by mbligh · 15 years ago
  5. 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
  6. 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
  7. 10d8417 add two logging-related options to autoserv: by showard · 15 years ago
  8. f1175bb get rid of some now-obsolete code by showard · 15 years ago
  9. 10eb466 Remove output from packages.checksum echo. This is an interim step to cleaning up verbose logs in general by showard · 15 years ago
  10. 676dcbe Stop polling job results once we know them already. This should by mbligh · 15 years ago
  11. 78c0daa Unittest and typo fix for previous CL. by mbligh · 15 years ago
  12. 415dc21 Allow a couple of machines failing to install a kernel in the server by mbligh · 15 years ago
  13. ce3f538 Fix unittest failure due to recent frontend.py changes. by mbligh · 15 years ago
  14. 4cfdce1 change client-side logging to split files by severity and move them to the debug dir. this is quite a bit more involved than the server-side change because of some buggy directory clearing code and various places that depended on the old configuration. by showard · 15 years ago
  15. f2de81b Update Autoserv logging config to write logs for each severity level (except CRITICAL -- going up to ERROR should suffice). by showard · 15 years ago
  16. 043c62a Ensure all entry points get the import-time logging logic executed before other autotest imports. by showard · 15 years ago
  17. 75cdfee Make autoserv and autotest client use the new logging_manager system. I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once. by showard · 15 years ago
  18. c971c5f Added specific exceptions for various failures in verify and changed the by mbligh · 15 years ago
  19. 332000a Wrap the Host object garbage collection out so that it gets run on by mbligh · 15 years ago
  20. a214f66 Fix up the repair script to properly use auto_monitor=False on all by mbligh · 15 years ago
  21. 99b24f4 Make server/frontend.py poll_job_results use one RPC for all hosts, by mbligh · 15 years ago
  22. 65e1f6c The collect failure logs code may fail if the profiler fails very by mbligh · 15 years ago
  23. afbba0c Fix some uninitialized variables when poll_job_results is called directly by mbligh · 15 years ago
  24. d50b125 Double poll interval for now to lessen load on server until by mbligh · 15 years ago
  25. 3524589 Changed server side sysinfo support code to remember the host/autotest by mbligh · 15 years ago
  26. 4c3d495 Add in some try-except handling to the server profiler launcher so that by mbligh · 15 years ago
  27. 4a58f60 Changed Host.repair_full() to not raise by mbligh · 15 years ago
  28. 17c75e6 Make the frontend scripts log job results for each platform by mbligh · 15 years ago
  29. 93844b6 Add a method to Host for doing something similar to os.path.exists. by jadmanski · 15 years ago
  30. edf33e0 Add a slightly friendlier repr for remote hosts. Since these objects by jadmanski · 15 years ago
  31. 663d55a Break the crashinfo up into a bunch of separate, documented functions. by jadmanski · 15 years ago
  32. 8297cf5 Clean up _get_autodir in autotest.py a bit. Adds in some more logging by jadmanski · 15 years ago
  33. 96b7807 Change the server-side profilers to use their own host objects, instead by jadmanski · 15 years ago
  34. a61edad Fix up the logging of unexpected client aborts to flush all the by jadmanski · 15 years ago
  35. efe4ebf A new version of the fix to handle race conditions between console by jadmanski · 15 years ago
  36. 08cd1c5 Modify reboot timeout to be 5 minutes longer than the warning by mbligh · 15 years ago
  37. e7fcf56 Properly handle failures in frontend.py. At the moment, we by mbligh · 15 years ago
  38. 0f7ee7a Make sure we do an explicit is_authenticated check, since it's not by mbligh · 15 years ago
  39. 1189adf Disable POWER_FAILURE class warnings during a hard reset, since this sort of by mbligh · 15 years ago
  40. 06cfb7b Encode args as args, not dargs as args. by jadmanski · 15 years ago
  41. c22c55f Replaced os.environ['HOME'] usage with os.path.expanduser() to not fail by mbligh · 15 years ago
  42. 0ecbe63 Ignore spurious repair failures that shouldn't be there, as well by mbligh · 15 years ago
  43. 374f341 Adds a -G to autoserv to be able to set host_group_name in the group keyvals by mbligh · 15 years ago
  44. 012623f Fix args splitting when we don't have any by mbligh · 15 years ago
  45. a85d467 Consolidate control files to one central one. by mbligh · 15 years ago
  46. aec7ce4 Delete some of the autotest unit tests wrapped around the server/autotest.py by jadmanski · 15 years ago
  47. 02260fe Summary: Remove 'client global keyval' retrieving, as it is a no-op most of the time by jadmanski · 15 years ago
  48. b64d176 Kill duplicate import of traceback by mbligh · 15 years ago
  49. 0c4f8d7 If kicking off one test doesn't work, don't stop, just carry on with the others by mbligh · 15 years ago
  50. 4556178 Added utils.get_relative_path() to compute the path of an absolute path by mbligh · 15 years ago
  51. a89ae5c Fix up a possible race in the profiler startup; have the server by jadmanski · 15 years ago
  52. 6fc7ff5 Change the autotest.run implementation to only automatically add by jadmanski · 15 years ago
  53. fb9c0fa Special-case the crashinfo-only mode of running a job to only run by jadmanski · 15 years ago
  54. c9e427e Document job.results_platform_map by mbligh · 15 years ago
  55. 38b0915 Cleanup - don't use list object to return "list" of jobs that can by mbligh · 15 years ago
  56. c86113b Added server_job.set_test_tag() function (similar to the one in by mbligh · 15 years ago
  57. 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 15 years ago
  58. 948e2ba Make sure that in a repair operation autotest runs a verify on by mbligh · 15 years ago
  59. feac010 Added support to AbstractSSHHost.get_file() to not try to preserve the by mbligh · 15 years ago
  60. 7e08f58 Sometimes this open_session call throws an EOFError if the other end by jadmanski · 15 years ago
  61. 6a3e87f When we try to start a new session on a machine that's shutting down, by jadmanski · 15 years ago
  62. 11fbbce Because we all love another layer of try-finally indentation...make by jadmanski · 15 years ago
  63. d3dc199 Add support to the scheduler to run autoserv --collect_crashinfo after a job finishes or is aborted. by showard · 15 years ago
  64. d097661 Change the file logger to open the server.log file in append mode by jadmanski · 15 years ago
  65. 3bff909 Fix a race condition in server_job._update_collected_logs_list where by jadmanski · 15 years ago
  66. 48925de Drop the code that's removing status.log at the start of a job. by jadmanski · 15 years ago
  67. fe3e6a7 This is a hack, but right now I can't see any other way of working by jadmanski · 15 years ago
  68. 5896298 Only write a job keyval out if there isn't already a keyval with by jadmanski · 15 years ago
  69. 382303a When we "touch" status.log make sure we don't damage any already existing log. by jadmanski · 15 years ago
  70. 77e8da8 When a subcommand is started, clear out the return code. Otherwise if by jadmanski · 15 years ago
  71. b9db516 Changes to make frontend.py work with atomic groups by mbligh · 15 years ago
  72. 959ed87 host.reboot() will now take an optional reboot command. The reboot by mbligh · 15 years ago
  73. 2f13dfb Give the warning and the workaround a chance to happen by default. by mbligh · 15 years ago
  74. a446440 Add a workaround to a bug where machines are not rebooting sometimes by mbligh · 15 years ago
  75. e183681 Package upkeep by mbligh · 15 years ago
  76. 16115e1 There might still be a potential hang when exhausing the ssh std* by jadmanski · 15 years ago
  77. ebeabce The paramiko.Transport.connect method doesn't seem to support any by jadmanski · 15 years ago
  78. d1e741b Fix up a "bug" in ParamikoHost where reading std* streams after closing by jadmanski · 15 years ago
  79. 159edc0 This gives us fixed width, and saves some space. by mbligh · 15 years ago
  80. dc41731 New prefix for file logging by mbligh · 15 years ago
  81. d991198 Add a 10 second timeout to the conmux-attach call, by mbligh · 15 years ago
  82. 9554eb4 Fixing a bug reported by Martin when running autoserv with the -N flag. by mbligh · 15 years ago
  83. 5c98c21 Fix a comment. by mbligh · 15 years ago
  84. 2ed998f Add an optional warning in case the system doesn't shutdown in a timely manner. by mbligh · 15 years ago
  85. 0931b0a Wrapped every repair phase in a try/except to consume errors in repair by mbligh · 15 years ago
  86. 4b51d54 If a reboot fails, the exception should always float upwards; a by jadmanski · 15 years ago
  87. 6462234 When we close a paramiko host object, make sure we close off the by jadmanski · 15 years ago
  88. 372ce3e Convert a missed self.logger call to use the logging module. by showard · 15 years ago
  89. 210bae6 Summary: Fixing further breakage found using the -N flag of autoserv by mbligh · 15 years ago
  90. a10c660 Add a (global) timeout to rsync so that if it sits idle (i.e. no I/O) by jadmanski · 15 years ago
  91. 2de8311 Fix up a problem when flushing the WARN logs on the server side. If by jadmanski · 15 years ago
  92. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 15 years ago
  93. 0465991 Fix up the sysinfo install-and-run decorator try-finally structure to by jadmanski · 15 years ago
  94. 91d56a9 Add a network_destabilizing flag that tests can set to disable NETWORK warnings. by jadmanski · 15 years ago
  95. a788dc4 New version of the patch, I moved the logging config code right before by mbligh · 15 years ago
  96. 7c7aff3 Fix up the server-side sysinfo collection (again) to make sure all by jadmanski · 15 years ago
  97. ea45566 Add support for explicitly removing tempdirs created on a host, by jadmanski · 15 years ago
  98. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 15 years ago
  99. 4395bbd by mbligh · 15 years ago
  100. c2847b7 by mbligh · 15 years ago