1. 597bfd3 Only run crashinfo collection when Autoserv exited due to some signal -- not just when it failed. Also make a minor fixup to some logging during process recovery. by showard · 15 years ago
  2. fc5b779 Fixed compiler warnings: unused imports and unread field. by showard · 15 years ago
  3. 37059df CSV support for TKO table view. by showard · 15 years ago
  4. ef51921 Pick hosts out of an atomic group in order rather than randomly so that by showard · 15 years ago
  5. a89ae5c Fix up a possible race in the profiler startup; have the server by jadmanski · 15 years ago
  6. aaac45e Use a set instead of a list to store currently running reasons, and by jadmanski · 15 years ago
  7. 8748ed2 Fixed FindBugs warnings: changed some inner classes to static inner classes. by showard · 15 years ago
  8. 0cfa5da Updated the 'view=' URL parameter to match new view ID in frontend. by showard · 15 years ago
  9. f6348c9 When the user performs a whole-table action in TKO spreadsheet view, make sure we obey the "show only latest test per cell" checkbox. This isn't an issue for actions on particular cells, because we already use the test IDs since the cells are single-test cells. But whole table actions use a different code path. by showard · 15 years ago
  10. 08a3641 Change Agent.abort() again. This time, it runs through its queue of AgentTasks, aborting them until it reaches one that ignores the abort (or exhausts the queue). With the previous logic, we might have an Agent with a GatherLogsTasks that should ignore the abort, but if the Agent got aborted before starting it would never run the task. I hope I've really got it right this time. by showard · 15 years ago
  11. 1a6d3f3 Improved embedded graphing sample -- use more generic, more interesting queries. by showard · 15 years ago
  12. 6fc7ff5 Change the autotest.run implementation to only automatically add by jadmanski · 15 years ago
  13. 3d6ae11 Export CSV support for spreadsheet view. by showard · 15 years ago
  14. 5644da8 Make mock.py fail fast when an unexpected call occurs by throwing an exception. by showard · 15 years ago
  15. 66b510e Fix create_embedded_plot() to use the *Plot classes. This fixes the "Link to this graph" feature in TKO. by showard · 15 years ago
  16. 8ad3120 Moved to the new logging. by mbligh · 15 years ago
  17. 831b661 Summary - A couple of LTP module bugfixes by mbligh · 15 years ago
  18. 9deeefa Re-factor the option parsing following a suggestion from Greg. by mbligh · 15 years ago
  19. 83c1e9e Call out to site_monitor_db: site_init_monitor_db by mbligh · 15 years ago
  20. d1e8140 Summary: Make the prefix format for the log files generated by tests by mbligh · 15 years ago
  21. 6d85ad9 Do the Python < 2.4 switcheroo before importing modules that may not by mbligh · 15 years ago
  22. 32cb5b4 We now store the failures due to constraints and dont raise by mbligh · 15 years ago
  23. cd63a21 Fixed the default command value to make utils.CmdResult().__repr__() work. by mbligh · 15 years ago
  24. 53cb10c Fix CLI unittests to call check_playback in all cases, not just when by showard · 15 years ago
  25. 6d845a7 increase timeout for JSON-P queries to 60s by showard · 15 years ago
  26. de01b76 Parameter "plot_info" should've been "plot_type" -- was a mistake. by showard · 15 years ago
  27. d4ead17 Add missing mock god check playback and fix the test. by showard · 15 years ago
  28. 648a35c Add support for submitting a job into an atomic group to the CLI. by showard · 15 years ago
  29. b27f4ad Update CLI to allow scheduling jobs against labels by showard · 15 years ago
  30. 756d82e Monkey patch the logging module to make debugging poorly written by showard · 15 years ago
  31. d262415 Fixed indenting multiline quoted content that uses triple quotes (" or by showard · 15 years ago
  32. 29f7cd2 Here is a patch, which extends the autotest system with recurring job by showard · 15 years ago
  33. 0bbfc21 Make autoserv --collect_crashinfo only run when Autoserv actually failed (exit status nonzero) or was aborted. I was being lazy and always running it, but it seems that introduced very annoying latency into job runs. by showard · 15 years ago
  34. b4df82d add @Override tag to overriding method in CommonClassFactory.java by showard · 15 years ago
  35. fbdab0b Support multiple embedded graph widgets on the same page. This required two changes to avoid collisions with shared global resources: by showard · 15 years ago
  36. 20f9bdd fix Agent.abort() when it's called before the agent has started (in that case, it should do nothing -- but the logic was making it basically ignore the abort). this should fix jobs being aborting in the "starting" phase (a phase that lasts one cycle before "running" starts). by showard · 15 years ago
  37. fb9c0fa Special-case the crashinfo-only mode of running a job to only run by jadmanski · 15 years ago
  38. c9e427e Document job.results_platform_map by mbligh · 15 years ago
  39. 38b0915 Cleanup - don't use list object to return "list" of jobs that can by mbligh · 15 years ago
  40. c86113b Added server_job.set_test_tag() function (similar to the one in by mbligh · 15 years ago
  41. 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 15 years ago
  42. 948e2ba Make sure that in a repair operation autotest runs a verify on by mbligh · 15 years ago
  43. feac010 Added support to AbstractSSHHost.get_file() to not try to preserve the by mbligh · 15 years ago
  44. 9fd9afe Add a method to get the number of logical cores per cpu socket on a machine. by mbligh · 15 years ago
  45. b82b1f2 Make a couple of errant files executable by mbligh · 15 years ago
  46. 7e08f58 Sometimes this open_session call throws an EOFError if the other end by jadmanski · 15 years ago
  47. 6a3e87f When we try to start a new session on a machine that's shutting down, by jadmanski · 15 years ago
  48. 11fbbce Because we all love another layer of try-finally indentation...make by jadmanski · 15 years ago
  49. 56cdd56 Fixed a unittest that previous change of mine broke. by showard · 15 years ago
  50. d04b4b6 Changed get_hosts() rpc call to return the acls to which the hosts by showard · 15 years ago
  51. b7a52fd globalInitialize() starts a timer and every 10 minutes requests by showard · 15 years ago
  52. 9f4500a Last few changes necessary to make first embeddable graphs work by showard · 15 years ago
  53. d920518 Make RepairTask write job_queued and job_finished keyvals so they can be parsed into TKO when failed repair results are parsed. by showard · 15 years ago
  54. 6b73341 Fix two bugs introduced in previous change to add collect_crashinfo support. by showard · 15 years ago
  55. 7b50daf Add a missing import of error to oprofile. by jadmanski · 15 years ago
  56. c84a950 Change the client, babysitter, scheduler logging configs to append to by jadmanski · 15 years ago
  57. 9e33f27 New (and much more complex) version of the collect rpm -qa patch. by jadmanski · 15 years ago
  58. 181d289 fix a simple bug in the parser -- in one code path, old_tests never gets bound, but it gets referenced later anyway by showard · 15 years ago
  59. 0f76934 Explicitly check for empty results when looking for old tests. Otherwise we'll generate invalid SQL in the subsequent query. by showard · 15 years ago
  60. d3dc199 Add support to the scheduler to run autoserv --collect_crashinfo after a job finishes or is aborted. by showard · 15 years ago
  61. fb64e6a Add atomicgroup support to the command line interface. by showard · 15 years ago
  62. 915958d Fix monitor_db_unittest, broken by previous change to refactor cleanup code. Two main things here: by showard · 15 years ago
  63. d097661 Change the file logger to open the server.log file in append mode by jadmanski · 15 years ago
  64. 3bff909 Fix a race condition in server_job._update_collected_logs_list where by jadmanski · 15 years ago
  65. 48925de Drop the code that's removing status.log at the start of a job. by jadmanski · 15 years ago
  66. fe3e6a7 This is a hack, but right now I can't see any other way of working by jadmanski · 15 years ago
  67. 5896298 Only write a job keyval out if there isn't already a keyval with by jadmanski · 15 years ago
  68. 382303a When we "touch" status.log make sure we don't damage any already existing log. by jadmanski · 15 years ago
  69. 9b6babf Fix a bug in the parser when dealing with test labels. The final 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. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  72. 87ba02a extract code for generated autoserv command lines to a common place, including support for -l and -u params, and make verify, repair and cleanup tasks pass those params. this should make failed repairs include the right user and job name when parsed into tko. by showard · 15 years ago
  73. 3181c7b Prevent jobs from being created via the RPC interface that will be impossible by showard · 15 years ago
  74. 47d9e7d Prevent creating jobs via the frontend directly on hosts in an atomic group by showard · 15 years ago
  75. 69e8458 Index the test_id field on test_labels_tests. When people query with an exclusion of multiple labels, MySQL will want to use this index to join from tests to test_labels_tests on the test_idx. by showard · 15 years ago
  76. b9db516 Changes to make frontend.py work with atomic groups by mbligh · 15 years ago
  77. 2352988 Add systemtap test by mbligh · 15 years ago
  78. 959ed87 host.reboot() will now take an optional reboot command. The reboot by mbligh · 15 years ago
  79. 7af0997 This is the second CL relating to a re-implementation of how by mbligh · 15 years ago
  80. 0bc42bd Add dejagnu as a dependency by mbligh · 15 years ago
  81. 43b739a Update oprofile to version 0.9.4 by mbligh · 15 years ago
  82. 99eab42 Build oprofile in parallel, it takes a while and I got tired of waiting when by mbligh · 15 years ago
  83. dff2245 Add systemtap as a dependency. Some tests may want to use tapsets for by mbligh · 15 years ago
  84. 1ede6a3 Don't specify an absolute path in os.path.join, otherwise it wont work by mbligh · 15 years ago
  85. cc01164 Raise an AutotestError instead of the default. We end up with a pretty by mbligh · 15 years ago
  86. 94c4431 Moved the part of initialize() that needs to execute after setup() to be by mbligh · 15 years ago
  87. ae69f26 Fix a typo in the join_bg_jobs function. by mbligh · 15 years ago
  88. 2f13dfb Give the warning and the workaround a chance to happen by default. by mbligh · 15 years ago
  89. a446440 Add a workaround to a bug where machines are not rebooting sometimes by mbligh · 15 years ago
  90. cf57ae2 Move update checksum out of upload_pkg_parallel this shouldn't be done in parallel. by mbligh · 15 years ago
  91. 29541d7 Change tests to have a default for the invalid field by mbligh · 15 years ago
  92. 1a519b9 Move server import only into the upload section as a temporary fix for being able to use packages.py on clients until upload funcationality can be put into a server side package lib by mbligh · 15 years ago
  93. e183681 Package upkeep by mbligh · 15 years ago
  94. 16115e1 There might still be a potential hang when exhausing the ssh std* by jadmanski · 15 years ago
  95. 4d35724 Provide the ability to Re-validate results that had been by showard · 15 years ago
  96. eaccf8f move escape_user_sql() to the manager class, where it better belongs, make it not static, since it doesn't need to be and we need to override it, and override it in TestViewManager to specify the table whenever test_idx is used (otherwise it can be an ambiguous reference when test_attributes is joined) by showard · 15 years ago
  97. 701f626 Add information collecting method so we can see what state the system was in when by showard · 15 years ago
  98. aa085e9 Change connect_timeout default from 30 seconds to 5 minutes by showard · 15 years ago
  99. d1677eb Update management so that it adds permissions for 'atomicgroup' by showard · 15 years ago
  100. edd5897 Allow display of the message of the day in tko as well as afe. by showard · 15 years ago