1. dadbab8 autotest: Delete scheduler dir by Allen Li · 4 years, 7 months ago
  2. b7ded35 autotest: Delete core scheduler code by Allen Li · 4 years, 7 months ago
  3. 0e2cb7a [autotest] change more python shebangs to python2 by Mike Frysinger · 5 years ago
  4. 5e2bb5c [autotest] Implement main service script. by Ben Kwa · 7 years ago
  5. d2bb0a5 [autotest] Introduce container factory. by Ben Kwa · 7 years ago
  6. d48cbcb [autotest] Refactor ContainerBucket. by Ben Kwa · 7 years ago
  7. e8bc959 Implements the cloud console client based on pubsub. by Michael Tang · 7 years ago
  8. c0ce545 autotest: reland recent lxc changes by Ben Kwa · 7 years ago
  9. 1b61759 autotest: revert recent lxc changes by Aviv Keshet · 7 years ago
  10. d3498cc Create Zygote, a configurable container. by Ben Kwa · 7 years ago
  11. 0f261de [autotest] [atomic] Remove atomic groups from scheduler by Allen Li · 7 years ago
  12. 38c9960 [autotest] Merge client/common_lib/base_barrier by Allen Li · 7 years ago
  13. 4f46aaf [autotest] Support test to upload results to Sponge inside test code. by Dan Shi · 8 years ago
  14. 67ad67d [autotest] Removed copy of unittest library. by Justin Giorgi · 8 years ago
  15. 2b585ac [autotest] Delete the unused RESTful AFE&TKO interfaces. by Richard Barnette · 8 years ago
  16. 767dced [autotest] Add a utility module to interact with LXC binaries. by Dan Shi · 9 years ago
  17. 8e9f9f1 [autotest] Check the running env for unittest suite to skip tests require chroot by Dan Shi · 9 years ago
  18. 8f0c4a8 Remove unused auth_server.py by Chris Masone · 10 years ago
  19. 784df0c [autotest] Add atest command to interact with server database by Dan Shi · 10 years ago
  20. 22dd226 [autotest] Shard client resyncs conflicting jobs. by Prashanth Balasubramanian · 10 years ago
  21. 8a764d1 [autotest] Use global database for tko models in django v3. by Jakob Juelich · 10 years ago
  22. d456bf0 unittest_suite: Add exception for mbim_compliance modules. by Prathmesh Prabhu · 10 years ago
  23. ab58304 Add basic Chrome Web Store tests. by Nathan Stoddard · 10 years ago
  24. 36accc6 [autotest] Fixing and re-enabling monitor_db_functional_test. by Jakob Jülich · 10 years ago
  25. 27054ab Revert "mbim_compliance: Temporarily add unittest exception." by Prathmesh Prabhu · 10 years ago
  26. 008f133 mbim_compliance: Temporarily add unittest exception. by Prathmesh Prabhu · 10 years ago
  27. 4ec9867 [autotest] Split host acquisition and job scheduling II. by Prashanth B · 10 years ago
  28. f66d51b [autotest] Split host acquisition and job scheduling. by Prashanth B · 10 years ago
  29. 0e96028 [autotest] Consolidate methods required to setup a scheduler. by Prashanth B · 10 years ago
  30. 86934c8 [autotest] Calculate database cache staleness. by Prashanth B · 10 years ago
  31. b474fdf [autotest] Lease hosts according to frontend job priorities. by Prashanth B · 10 years ago
  32. 489b91d [autotest] Establish a common interface for host representation. by Prashanth B · 10 years ago
  33. 7d8273b [autotest] RDB refactor I by beeps · 11 years ago
  34. 0ddb541 Revert "Temporarily turn-off unittests in wardmodem till all CLs are in." by Prathmesh Prabhu · 11 years ago
  35. 97e5d26 Temporarily turn-off unittests in wardmodem till all CLs are in. by Prathmesh Prabhu · 11 years ago
  36. 36f4c1e Autotest: Bug reporting unit tests now pass. by Keyar Hood · 11 years ago
  37. 6e161a7 [autotest] fix 2 remaining unit tests that fail on builder by Aviv Keshet · 11 years ago
  38. af04857 Exclude wardmodem/task_loop_unittest.py from unittest_suite by Prathmesh Prabhu · 11 years ago
  39. c0fdfc5 [autotest] blacklist dev_server_test by Aviv Keshet · 11 years ago
  40. cc8956f Update Selenium dependency for chaos_base_test_unittest.py by Tan Gao · 11 years ago
  41. 78f446d Revert "Remove Selenium dependency from 3 unit tests." by Aviv Keshet · 11 years ago
  42. 17d4efd Remove Selenium dependency from 3 unit tests. by Tan Gao · 11 years ago
  43. d795854 [autotest] Disable reporting_unittest. by beeps · 11 years ago
  44. 1f23b69 [autotest] reenable django or simplejson requiring unit tests by Aviv Keshet · 11 years ago
  45. 3c5a1f8 [autotest] blacklist 2 files from unittest_suite.py by Aviv Keshet · 11 years ago
  46. 2f6524a [autotest] Blacklist unit tests that require selenium by Aviv Keshet · 11 years ago
  47. 8af6fbe [autotest] support file path in blacklist in unittest_suite.py by Dan Shi · 11 years ago
  48. 13b83c5 [autotest] Fix auth_server_unittest.py by Alex Miller · 11 years ago
  49. 78b0595 [autotest] Fix unittest -- blacklist ap_configurator_test.py by Aviv Keshet · 11 years ago
  50. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  51. 34a0f3b by jamesren · 14 years ago
  52. 999fb13 barrier cleanups: by mbligh · 14 years ago
  53. cd7a81a by jamesren · 14 years ago
  54. 37dfa9d Missed a comma in a tuple. Added category for REQUIRES_HTTPLIB2. Added by jamesren · 14 years ago
  55. 1468135 Add site_rpc_utils_unittest and execution_engine_unittest to LONG_TESTS by jamesren · 14 years ago
  56. 6461fff Create a new unittest set for REQUIRES_AUTH and move tests into LONG_TESTS that require auth. by jamesren · 14 years ago
  57. 12c9fdd Missed ".py" when flagging client_compilation_unittest.py as a long test by jamesren · 14 years ago
  58. 92c1859 Split long unit tests into different sets by their dependencies. by jamesren · 14 years ago
  59. 31ef6ff Marking metahost scheduler unittests as long tests since they require a by jamesren · 14 years ago
  60. 74e77fc Add a --skip-tests option to the unittest_suite this can be used with --full to limit tests on a conditional basis (it is mostly used inside of other scripts). by jamesren · 14 years ago
  61. c44ae99 Refactor scheduler models into a separate module, scheduler_models. This module doesn't depend on monitor_db, only the other way around. The separation and isolation of dependencies should help us organize the scheduler code a bit better. by jamesren · 14 years ago
  62. 656b3b8 Do simplejson imports in json_rpc lazily, so that the library is only needed by jadmanski · 14 years ago
  63. f828c77 First version of new RESTful AFE interface. Includes a substantial library (under frontend/shared) and a definition of the interface for AFE (frontend/afe/resources.py). by showard · 14 years ago
  64. 9afb2e9 Exclude new monitor_db_cleanup_test from the "short" test suite. by showard · 15 years ago
  65. 5f55484 Because we have our own more-updated unittest.py in test_utils, any unit tests that by mbligh · 15 years ago
  66. 34ab099 beginnings of a new scheduler functional test. this aims to test the entire monitor_db.py file holistically, made possible by the fact that monitor_db.py is already isolated from all direct system access through drone_manager (this was a necessary separation for distributed scheduling). by mocking out the entire drone_manager, as well as other major dependencies (email manager, global config), and filling a test database, we can allow the dispatcher to execute normally and allow it to interact with all the other code in monitor_db. at the end, we can check the state of the database and the drone_manager, and (probably most importantly, given the usual failure mode of the scheduler) we can ensure no exceptions get raised from monitor_db. by showard · 15 years ago
  67. a64df1a Let unittest_suite --full cleanup stray leftover .pyc files for us. by mbligh · 15 years ago
  68. ed2afea make SpecialTasks recoverable. this involves quite a few changes. by showard · 15 years ago
  69. 780fa7f Clean up the test discovery a bit. Uses os.walk instead of the obsolete by mbligh · 15 years ago
  70. ef1edaf Update the unittest finder to look for _test.py suffixes as well. by showard · 15 years ago
  71. f8b1904 Add the ability for users to add test attributes. Non-user-created attributes (added by the parser) are still immutable. by showard · 15 years ago
  72. 363cdb5 Remove csv_encoder_unittest from the default set that is run as it by showard · 15 years ago
  73. 80718c7 Fix up the unit test suite to not try to run unit tests that it by jadmanski · 15 years ago
  74. 4f2a2cb make unittests executable in svn by mbligh · 16 years ago
  75. 7f9dd3d Get rid of dependencies between database-based unit tests in unittest_suite.py. There's no need anymore, now that they all use SQLite. by showard · 16 years ago
  76. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  77. 3de2a76 Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow). by showard · 16 years ago
  78. 43758df Change the debug variable in the unittest_suite to a debug flag. by mbligh · 16 years ago
  79. cc85e81 Fixing the unit test suite. Tests were failing because they were being by showard · 16 years ago
  80. 1ee9ad7 Unbuffering the unittest output as it helps sometimes. by mbligh · 16 years ago
  81. eeb1357 makes unittest running parallel. The code which does the parallel processing understands the concept of dependencies and rate limiting. The former is a feature that's unused by this code, but I'll be sending something out soon that makes use of it by mbligh · 16 years ago
  82. bd1eb20 To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_suite.py to utils/unittest_suite.py and then apply this patch. by mbligh · 16 years ago[Renamed from unittest_suite.py]
  83. 671c592 Run all unittests in their own process so as to provide isolation. by mbligh · 16 years ago
  84. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  85. 4f4e311 Better parsing of the output of the unittest runs so we properly by mbligh · 16 years ago
  86. da95846 Previous the unittest_suite used a TestLoader to create a large suite of tests that were then run all at once. This by mbligh · 16 years ago
  87. 6cc5fe5 Change the formatting of the module load failure error message. by jadmanski · 16 years ago
  88. 2601c48 This hand-made patch has some problems, so I'm backing out the patch and by jadmanski · 16 years ago
  89. 25c1531 Numerous changes to unittest suite to improve its reliability. by mbligh · 16 years ago
  90. dc90601 Unittest_suit.py should use the common lib like everyone else does. by mbligh · 16 years ago
  91. 27d0cb9 Make sure that error messages from god are already displayed. by mbligh · 16 years ago
  92. 8c435fe Allow to run unittest per directory, e.g.: python unittest_suite.py frontend by mbligh · 16 years ago
  93. aadd083 I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block by mbligh · 16 years ago
  94. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  95. 3c9c93d Diff for unittest_suite.py to make it work consistently for global imports. by mbligh · 16 years ago
  96. fa29a2a Remove all places where we are hardcoding python2.4 on the scripts by mbligh · 16 years ago
  97. 8d5550a Remove duplicated code in unittest_suite.py by mbligh · 16 years ago
  98. f975133 unit tests by mbligh · 16 years ago