1. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  2. 51976cd Parse reason out of logs for display in results emails. by Dale Curtis · 13 years ago
  3. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  4. d656d56 Merge remote branch 'autotest-upstream/master' into autotest-merge by Eric Li · 13 years ago
  5. e5436f3 Add new site parser based off on generate_test_report. by Dale Curtis · 13 years ago
  6. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  7. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  8. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  9. e8dac7a With this change the parse_line method will no longer throw assertion errors when reasons contain tab characters or invalid key=value pairs. by Dale Curtis · 14 years ago
  10. 7b2c643 Add support for multi-line status messages. by Dale Curtis · 14 years ago
  11. 6f27d4f Merge remote branch 'cros/upstream' into tempbranch3 by Eric Li · 14 years ago
  12. 517d95a Revert "Merge remote branch 'cros/upstream' into tempbranch2" by Benson Leung · 14 years ago
  13. 25fc6d1 Merge remote branch 'cros/upstream' into tempbranch2 by Eric Li · 14 years ago
  14. f98230c by jamesren · 14 years ago
  15. d1b0a13 Fix the recent CLIENT_JOB changes in the parser to not conflict with by jadmanski · 14 years ago
  16. 43b7210 Fix the parser to report a "RUNNING" status for CLIENT_JOB.* entries by jadmanski · 14 years ago
  17. 6f80e7a Autotest: Porting all hash operations to use utils.hash by lmr · 14 years ago
  18. c1a98d1 Support for job keyvals by showard · 15 years ago
  19. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  20. 71b9431 Make the parser read and use the machine platform from host_keyvals, if available. Goodbye machine_transfer! Also made it handle multimachine jobs (use a comma-separated, sorted list of distinct platforms from the individual machines) and atomic group jobs (use the same atomic group override value that was used for machine name, when applicable). by showard · 15 years ago
  21. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  22. d2e0f0c Change the parser handling of perf keyvals to bypass any non-numeric values. by jadmanski · 15 years ago
  23. e3274a4 Update parser unittests to use autotemp by mbligh · 15 years ago
  24. 1f99f67 Make some changes to the parser so that when multiple reasons are by jadmanski · 15 years ago
  25. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  26. 64e6345 If a group doesn't define a subdir, and it executes "inner" tests that by jadmanski · 15 years ago
  27. 5350a34 Always use the host_group_name even if a sysinfo/hostname file exists by mbligh · 15 years ago
  28. f1ae354 Represent a group of machines with either the atomic group label name, by showard · 15 years ago
  29. aaac45e Use a set instead of a list to store currently running reasons, and by jadmanski · 15 years ago
  30. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  31. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 15 years ago
  32. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 15 years ago
  33. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 15 years ago
  34. abe869a by mbligh · 15 years ago
  35. 7839548 Add support to the autotest parser for updating RUNNING test results by jadmanski · 15 years ago
  36. b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 15 years ago
  37. 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 15 years ago
  38. d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
  39. 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
  40. ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
  41. c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
  42. e860dbd Support Python2.5 as well. by mbligh · 16 years ago
  43. 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
  44. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  45. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  46. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  47. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  48. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  49. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  50. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  51. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
  52. f396438 Parser regression testing support. by mbligh · 16 years ago
  53. 4e16fee We have a silly assertion in the parser that doesn't really matter by jadmanski · 16 years ago
  54. f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
  55. 531d597 When building a kernel we will use the first build, build.2, build.3, and by mbligh · 16 years ago
  56. 1ce9fbb Only increment the boot count in the parser for reboots that aren't by jadmanski · 16 years ago
  57. 717bb99 Fix up the parser to handle the case where a server-side test runs a by jadmanski · 16 years ago
  58. f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
  59. a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
  60. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  61. b69f250 This fixes up a parser edge case where an implicit ABORT (i.e. a logging by jadmanski · 16 years ago
  62. 29e61ce Don't let negative test-level results pollute job-level results. by jadmanski · 16 years ago
  63. 008ff1d Made the "is_status_line" method the parser uses for filtering out by jadmanski · 16 years ago
  64. bf44619 Added unit tests to catch the case the recently-fixed case where the by jadmanski · 16 years ago
  65. c66e93c Fix the parser behaviour when handling non-grouped tests inside of by jadmanski · 16 years ago
  66. fd3ba2b Improve the implict abort handling of the parser to try and use the by jadmanski · 16 years ago
  67. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  68. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  69. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  70. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 16 years ago
  71. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  72. 004fde6 Fix up parsing of test versions to not add a newline by mbligh · 16 years ago
  73. cc54917 Risk: Medium by jadmanski · 16 years ago
  74. e173832 Risk: Low by jadmanski · 16 years ago
  75. d1086b9 Risk: Medium by jadmanski · 16 years ago
  76. 6e8bf75 Add the version 1 of the TKO parser, modify server_job to use this by jadmanski · 16 years ago
  77. 13a2908 add missing tko/parsers/__init__.py by mbligh · 16 years ago
  78. a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 16 years ago
  79. f9bab60 Fix up the names in the tko unittests to comply with the Autotest by jadmanski · 16 years ago
  80. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  81. 2895ce5 Add more missing files from previous commits. Did I mention I hate svn? by mbligh · 16 years ago