1. b33e53e Fix errors found by lint. by mbligh · 16 years ago
  2. 4eb888c lint fixups for profilers by mbligh · 16 years ago
  3. 6f73136 Changes the semantics of UnhandledError. First, it takes in a root by jadmanski · 16 years ago
  4. f5fdfab This changes the automatically generated control files to use spaces by mbligh · 16 years ago
  5. ef84831 Risk: Low Visibility: Changes the errors throws by a bunch of tests. by jadmanski · 16 years ago
  6. ec5546d Fix a few erroneous references to ValidationError found by pylint. by mbligh · 16 years ago
  7. 082f694 Update base_server_job.py to allow for server side site_tests by mbligh · 16 years ago
  8. c1f8ced Added a bit more coverage in the client/bin/job unittest. by mbligh · 16 years ago
  9. 78be24a Fix tests broken due to the import * and system/system_output changes. by mbligh · 16 years ago
  10. 2b9a88b -allow users to select profilers in the create job view by showard · 16 years ago
  11. 2de8f90 -change frontend_unittest to execute the unittests directly (as opposed to executing them through manage.py in a separate process). this should get us coverage data. the unit tests could still be better integrated into the whole suite, but this is an improvement. by showard · 16 years ago
  12. b376bc5 Fix a bug introduced into recovery code in my refatoring for testability. PidfileRunMonitor.run() was being called on a path when it shouldn't have been. by showard · 16 years ago
  13. 7076b19 fix syntax error in locate by mbligh · 16 years ago
  14. 19f4945 Remove duplicate copy of _process_output by mbligh · 16 years ago
  15. 987071e Clean up locate by mbligh · 16 years ago
  16. f7ca76d Risk: Low, the code was already broken by jadmanski · 16 years ago
  17. 3246a77 Fix the use of autotest_utils functions in oprofile so the profiler by mbligh · 16 years ago
  18. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  19. 24f8f5b Fixed autotest_unittest.py to use new mock mechanisms and to fix an issue it was causing other unittests by mbligh · 16 years ago
  20. 81103b1 Fixed the base_server_job_unittest to be consistent to the new integration of expect_new with the by mbligh · 16 years ago
  21. 8c435fe Allow to run unittest per directory, e.g.: python unittest_suite.py frontend by mbligh · 16 years ago
  22. e3f2f71 Remove an 80-char line violation. by jadmanski · 16 years ago
  23. 925e1b1 Risk: Medium Visibility: None by mbligh · 16 years ago
  24. 1c9b1d2 Remove custom basename implementation unearthed by jorlow by mbligh · 16 years ago
  25. 23955fc I ran PyLint on our client/bin/ files and looked at only the errors. by mbligh · 16 years ago
  26. 24e66a2 Fix uses of non-existant variables in test_config.py by mbligh · 16 years ago
  27. e61037c Added some unit tests to test the barriers. Fixed a couple of minor bugs in barrier.py by mbligh · 16 years ago
  28. 4046d5c Cleanup harness so that we don't use exec to make pylint happy (and by mbligh · 16 years ago
  29. 539d876 Fixed another woops. The path laid out in the preamble is wrong. by mbligh · 16 years ago
  30. f48cc23 Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our by mbligh · 16 years ago
  31. 6aab8cd Delete grub.py which has since been replaced by boottool, which hasn't by mbligh · 16 years ago
  32. 4700d94 the line "import common" is used to setup the absolute paths so that after that we can say things like by mbligh · 16 years ago
  33. b4ea9d2 Have to call import optparse after the call to import common, since by mbligh · 16 years ago
  34. d356bae kernel_versions_unittest was performing a "from blah import *" import which is against our style usage. by mbligh · 16 years ago
  35. 0f34a08 Risk: Low Visibility: Adds some more unittests by jadmanski · 16 years ago
  36. 7de3efe Risk: Low Visibility: Fixes a unittest. by jadmanski · 16 years ago
  37. 70feeee Needed to fix problems caused by the use of the old import usage which has by mbligh · 16 years ago
  38. 7636b3a unittest for base_server_job.py by mbligh · 16 years ago
  39. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  40. f817316 Previous the calls to expect_new on a mock_class_obj were not being recorded in the god. Now they are and so can by mbligh · 16 years ago
  41. e0af17f Risk: Low Visibility: Adds more unittests by jadmanski · 16 years ago
  42. c7b9530 Risk: Low Visibility: Affects anyone using/subclassing the server.hosts classes. by jadmanski · 16 years ago
  43. fa970da Allow site extensions to server_job.py by mbligh · 16 years ago
  44. 5bba5ca add missing file from last commit by mbligh · 16 years ago
  45. 6e83b6f Had to change a few classes to be new style python classes. This is done since by mbligh · 16 years ago
  46. 04428de This patch fixes this bug adding the '/jre' only to IBM's JVM. by mbligh · 16 years ago
  47. f20b9cd Fixed the imports for the profilers. by mbligh · 16 years ago
  48. 8b35285 Manual whitespace cleanups and coding style fixes by mbligh · 16 years ago
  49. 6b115f4 This stuff is horribly out of date....and UML really isn't terribly by jadmanski · 16 years ago
  50. bd8f998 more manual whitespace cleanups by mbligh · 16 years ago
  51. 3cbb2db remove old autotest.py by mbligh · 16 years ago
  52. 1544080 Whitespace changes to job.py by mbligh · 16 years ago
  53. 4eaaf52 Add distinct to query to cut time spent in half by showard · 16 years ago
  54. 9e6a4f1 whitespace cleanups to kernel.py by mbligh · 16 years ago
  55. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  56. 30413d5 Set executable bit on all cgi scripts by mbligh · 16 years ago
  57. 09a025e Add reindent script by mbligh · 16 years ago
  58. 64260ee Plotgraph handles skipped values badly. by mbligh · 16 years ago
  59. 92778b1 Allow subtitle above plot's key legends. by mbligh · 16 years ago
  60. b0dfb9f another lost part of the frontend refactoring. this is changes to rpc_utils to be more generic and more organized. by showard · 16 years ago
  61. 3182b33 minor refactorings to scheduler to make it more testable. the corresponding unit test changes seem to have gone in with some other change. by showard · 16 years ago
  62. 5a192f0 Import re module missing in a few tests. by mbligh · 16 years ago
  63. 099c142 Improvements of query history: by mbligh · 16 years ago
  64. 9b9cb73 Add in the blank GIF used by tko. by jadmanski · 16 years ago
  65. 98b0302 Removing a test which is not in the appropriate tests dir. by jadmanski · 16 years ago
  66. 63aa389 Fix up some server job imports, whitespace. by jadmanski · 16 years ago
  67. 193a9ca Add in code missing from a prior patch that adds a toolsdir attribute to by jadmanski · 16 years ago
  68. 2074cd8 Couple of reorg-related changes that didn't make it in. by showard · 16 years ago
  69. 9978bdf Change whitespace. by jadmanski · 16 years ago
  70. 6e66c07 Add in a variety of files that were mistakenly not commited from the patches by jadmanski · 16 years ago
  71. b0605d9 Fix up a few bits of whitespace silliness, unnecessary/missing newlines, etc. by jadmanski · 16 years ago
  72. 0ab8fee Risk: Low by mbligh · 16 years ago
  73. 14ad396 Add a file that was missed from a previous patch. by jadmanski · 16 years ago
  74. ee94ab1 Change new RPCs to be more consistent with rest of RPCs. by showard · 16 years ago
  75. 9434245 Add in a bunch of new mock utils, for mocking out stdout, stderr, exit, by jadmanski · 16 years ago
  76. 3d161b0 Move the mock libraries from client/unittest into client/common_lib/test_utils. by jadmanski · 16 years ago
  77. b060633 Risk: Low by jadmanski · 16 years ago
  78. 526d054 Add optional params to CmdResult.__init__ to allow the attributes to be set by mbligh · 16 years ago
  79. 7aff6bd Risk: Low Visibility: All people raising CmdError exceptions by mbligh · 16 years ago
  80. 7e1b150 Properly space error.py according to coding style by mbligh · 16 years ago
  81. d996396 Miscellaneous fixes for cpu_hotplug test by mbligh · 16 years ago
  82. 243f4bc Darkened the green in the 95%-100% range so that it's easier to distinguish between levels of failure. Also brightened the yellow so it's easier to see on projectors. by mbligh · 16 years ago
  83. 2b7974b Risk: Low by mbligh · 16 years ago
  84. d34763f Fix various TKO issues by mbligh · 16 years ago
  85. 5684b03 Whenever URL passed to compose_query.cgi contains argument brief=1 we will by mbligh · 16 years ago
  86. 8204f7f Add padding to the right side of compose_query.cgi so that the by mbligh · 16 years ago
  87. bcb2a86 TKO classification and generalization of reason of test failure. by mbligh · 16 years ago
  88. bbabf50 Added 2 RPC interfaces to add multiple hosts to a label. by showard · 16 years ago
  89. a6f1308 Changed the autoserv_parser to simple re-direct to getopts. by mbligh · 16 years ago
  90. acdbe35 -moved StaticDataRepository to autotest.common so new TKO can use it by showard · 16 years ago
  91. 0df8233 Need a way to mock out whole classes, and be able to know about instances of that mock class that are created in the method under test. by mbligh · 16 years ago
  92. ba07f6d kernel_versions.version_encode mis-sorts _rcNN suffix in redhat-style kernel names. by mbligh · 16 years ago
  93. d660afe Add support for tagging subdirs independently of the testname tags. by mbligh · 16 years ago
  94. 5e85f05 Oops. This shouldn't have been added. by jadmanski · 16 years ago
  95. 255524e Risk: High Visibility: Medium by mbligh · 16 years ago
  96. aa9e674 Add missing changes to utils.py from earlier CL by mbligh · 16 years ago
  97. 58f50c1 adds the and_raises functionality to mock by mbligh · 16 years ago
  98. 3d26d19 Add test container_twoway/control.onepair, as a customizable example of by mbligh · 16 years ago
  99. e3f6868 GWT reorg part 3 by showard · 16 years ago
  100. a2216e7 GWT reorg part 2 by showard · 16 years ago