1. 3f638af subcommand: Use retry.timeout instead of sleep loop. by David James · 10 years ago
  2. 04be2bd Autotest: Change logging.warn() to logging.warning(). by Ilja H. Friedel · 10 years ago
  3. a57cc92 Log the original exceptions from subcommand.parallel() to help debugging by mbligh · 15 years ago
  4. 26f0d88 Add an info message about processing the control file by mbligh · 15 years ago
  5. 415dc21 Allow a couple of machines failing to install a kernel in the server by mbligh · 15 years ago
  6. 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
  7. 77e8da8 When a subcommand is started, clear out the return code. Otherwise if by jadmanski · 16 years ago
  8. e183681 Package upkeep by mbligh · 16 years ago
  9. d4d8628 by mbligh · 16 years ago
  10. c408c5e by showard · 16 years ago
  11. 550fdc2 Fix some issues with the new Host.__del__ -> Host.close changes. by jadmanski · 16 years ago
  12. f4a87ca We use os.fork() but don't exec or clear the SIGTERM handler. This is by jadmanski · 16 years ago
  13. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  14. d93d7d2 Risk: Medium Visibility: Should improve error messages from failing commands. by jadmanski · 16 years ago
  15. 589bf32 Everybody loves to wallow in the error namespace even though its very naughty. by mbligh · 16 years ago
  16. ccb9e18 Convert all imports on the server to use absolute imports. by mbligh · 17 years ago
  17. bb42185 This patch enables the scheduler to pick up jobs that were left running after it crashes, and see them to completion. by mbligh · 17 years ago
  18. 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 17 years ago
  19. 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 17 years ago
  20. eec4d7a Whenever a subcommand fails for some reason, we shouldn't include by mbligh · 17 years ago
  21. 61878d9 Subcommand shouldn't crash just because a debug directory already exists. by mbligh · 17 years ago
  22. a1956d3 Don't blow away existing subdirectories from parallel commands by mbligh · 17 years ago
  23. 6cdb1bf Add an exception if the subcommand fails. by mbligh · 17 years ago
  24. c3aee0f Added timeout to parallel subcommands. by mbligh · 17 years ago
  25. 3177be4 Fix up a couple places where autotest errors are referenced but by mbligh · 17 years ago
  26. 4d6feff Fix exceptions not to be strings by mbligh · 17 years ago
  27. dd3235b Create a new run_grep method to parse command output generically. by mbligh · 17 years ago
  28. 42ff92f Subprocesses should *never* raise an exception beyond fork_start. by mbligh · 17 years ago
  29. 84c0ab1 disable logging during post-test reboot (it was blowing away the logs) by mbligh · 17 years ago
  30. cee25b1 This patch changes the modules functions in subcommand from starting with two by mbligh · 17 years ago
  31. c526da3 Only make the debug dir if it's not null. Pointed out by Ben. by mbligh · 17 years ago
  32. d7685d3 This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qemu is specified. by mbligh · 17 years ago
  33. c78523d fix typo. Should have been self.tee by mbligh · 17 years ago
  34. b491d02 Fix NULL option to subdir, and make it pay attention to tee= by mbligh · 17 years ago
  35. dc735a2 clean up spacing everywhere by mbligh · 17 years ago
  36. 0c9e782 Stringify arguments to parallel_simple when using them for subdir by mbligh · 17 years ago
  37. b0fab82 Add parallel support to new server by mbligh · 17 years ago