1. 970a6db Rate limit the final parse of the scheduler. If more than 100 or so run at a time, it will bring mysql to its knees (for no good reason...all actions are on different jobs). by showard · 16 years ago
  2. a77e267 Changed some tabs to spaces in TkoClient.html. by showard · 16 years ago
  3. 5b3439b Fixed copying the control file for a cloned job. A listener was by showard · 16 years ago
  4. 0dc911a Prevent adding of blank one-time host. Blank entry or entry preceded by showard · 16 years ago
  5. 3b8563a Change mouse selection events to include ctrl-click and meta-click (which is command-click on the mac and windows-click on windows, but the former is the important one). by showard · 16 years ago
  6. 777d96e Make all tests use profiling transparently, no needs for hooks on the by mbligh · 16 years ago
  7. 65d0219 Some versions of xargs don't support -i, and some versions of ps don't by jadmanski · 16 years ago
  8. b67439e Make dacapo control file to comply with the control file specification by mbligh · 16 years ago
  9. c375858 Provide absolute path to init on client/bin/harness_standalone.py by mbligh · 16 years ago
  10. 9c1098b Fix a typo. by jadmanski · 16 years ago
  11. 5974b37 Introduce the concept of profiler activity on the base profiler class. by mbligh · 16 years ago
  12. 527bdfd Add dargs parameters to reboot() that are passed down to reboot_followup() by mbligh · 16 years ago
  13. 22b3a33 Converting unixbench test to run_once. by mbligh · 16 years ago
  14. a8fe637 Make sure tsc.py raises meaningfull reason of failure when command returns rc=1 by mbligh · 16 years ago
  15. 38e41a1 Remove README file from test pi_tests, since its contents were moved to by mbligh · 16 years ago
  16. 849a0f6 Invalid SQL is created if you have one-time hosts but no 'real' hosts by mbligh · 16 years ago
  17. 057c2bd Converting sysbench test to run_once. by mbligh · 16 years ago
  18. 0cec974 Converting tbench test to run_once. by mbligh · 16 years ago
  19. 4459eb3 Converting stress test to run_once. by mbligh · 16 years ago
  20. a545ef4 Converting tiobench test to run_once. by mbligh · 16 years ago
  21. ab2e7e0 clean up parallel_dd test by mbligh · 16 years ago
  22. 55d3b58 Converting spew test to run_once. by mbligh · 16 years ago
  23. edbd67a Converting scrashme test to run_once. by mbligh · 16 years ago
  24. c7e0e5e make self.iterations singular by mbligh · 16 years ago
  25. b718a1c Provide a generic iterations counter to all tests, so they stop by mbligh · 16 years ago
  26. f55efb6 Convert sleeptest to use run_once by mbligh · 16 years ago
  27. 1a61a3e Converting parallel_dd test to run_once. by mbligh · 16 years ago
  28. 0d022e7 Converting ltp test to run_once. by mbligh · 16 years ago
  29. fd56bf3 Converting lmbench test to run_once. by mbligh · 16 years ago
  30. 825e24c Change the test.tmpdir creation to use tempfile.mkdtemp instead of by jadmanski · 16 years ago
  31. a57e5ab Converting libhugetlbfs test to run_once. by mbligh · 16 years ago
  32. b69f250 This fixes up a parser edge case where an implicit ABORT (i.e. a logging by jadmanski · 16 years ago
  33. 901aaa9 Python 2.5 optparse capitalizes Usage, 2.4 doesn't, so remove this by mbligh · 16 years ago
  34. 77ff92b Silence defconfig by mbligh · 16 years ago
  35. cb11975 Converting aiostress test to run_once. by mbligh · 16 years ago
  36. b9f923d Part of the patch series to make tests using profiling transparently by mbligh · 16 years ago
  37. 869a240 clean up fio by mbligh · 16 years ago
  38. e8d6ed8 Converting fio test to run_once. by mbligh · 16 years ago
  39. dbb8a35 Converting cpu_hotplug test to run_once. by mbligh · 16 years ago
  40. 7d167a8 Add patch that makes bonnie to compile properly under gcc4.3 by mbligh · 16 years ago
  41. 5da8498 Converting fsfuzzer test to run_once. by mbligh · 16 years ago
  42. f8f5bf3 Part of the patch series to make tests using profiling transparently by mbligh · 16 years ago
  43. 89664c5 Converting iozone test to run_once. by mbligh · 16 years ago
  44. cadea65 make interbench use run_once by mbligh · 16 years ago
  45. dd3b25b Converting fsx test to run_once. by mbligh · 16 years ago
  46. ff29f60 Fixing function calls used to provide CPU count information to mysql, by mbligh · 16 years ago
  47. d625c7f When calling test.cleanup() we don't want any exception that occur by jadmanski · 16 years ago
  48. e29be37 We can't trust test.cleanup() to not throw an exception, since the by jadmanski · 16 years ago
  49. 609a5f4 If we change the resultdir for a job, we need to chdir to it. We do this on server_job.__init__ so there's a general expectation from at least some of the code (e.g. autotest.py) that this is generally true. by jadmanski · 16 years ago
  50. 213b02b When test.runtest executes a test, it needs to restore the cwd to by jadmanski · 16 years ago
  51. de292df Fixes up a couple of differences between the server and client side by jadmanski · 16 years ago
  52. 81edd79 Add utility functions for doing crazy things with ip's and netmasks. by mbligh · 16 years ago
  53. 41f7cb3 Extend the lttng profiler so it takes input of trace points that by mbligh · 16 years ago
  54. 74394b6 Fixes a problem with the serial host detection that breaks it on by jadmanski · 16 years ago
  55. cd8eb97 Fix the list filtering on status to avoid "unknown hosts" reported any time you specify a status in atest host list -s "Ready". by mbligh · 16 years ago
  56. 9f0d48b Expand the tsc tarball to make it easier to maintain by mbligh · 16 years ago
  57. 28cf9fc Missing import error from dacapo test by mbligh · 16 years ago
  58. a2db941 Final big refactoring of serial console code, to completely detach it by jadmanski · 16 years ago
  59. 7dc0619 Update profilers to look for packages are profiler and not prof by mbligh · 16 years ago
  60. 121f569 Add some extra code to sysinfo to grab some of the machine data by jadmanski · 16 years ago
  61. ccb86d7 revert an earlier change to when exactly we set the 'Starting' status. this was breaking synchronous jobs and I'm not sure what the reason for it was. it doesn't seem to have been necessary. by showard · 16 years ago
  62. 65e06b1 heck for pylint and print a more useful error message if it can't be by mbligh · 16 years ago
  63. dbfc4e3 Make sure that the __init__.py file is included when we exclude the profilers directory whilst packaging the autotest client. This is necessary for code that tries to import the profiler. Change the packager utility to pass in the actual tar string with the --exclude options instead of the exclude_dirs list. Change the packages code accordingly to handle this. by mbligh · 16 years ago
  64. c69dfce Split on newlines, commas, tabs, _and_ spaces rather than just commas. by mbligh · 16 years ago
  65. aee19fc Add new_container() kswapd_merge option, for consolidating the active by mbligh · 16 years ago
  66. 29e61ce Don't let negative test-level results pollute job-level results. by jadmanski · 16 years ago
  67. 699b079 Fix the import usage for the frontend doctest. by mbligh · 16 years ago
  68. ab0b038 If there were errors in a function which had dependencies, then its by mbligh · 16 years ago
  69. 212c12a Specifying GCC as a dependency in the control file is not useful: this by mbligh · 16 years ago
  70. 4499171 Set LTT_DAEMON environment variable in lttng.py so lttctl executes correctly. by mbligh · 16 years ago
  71. 8079cee Move initialize up ahead of setup in profilers code to match test code by mbligh · 16 years ago
  72. 6d7e94f Include repr() of the CmdResult object in str() of CmdError and AutoservRunError. This should make it easier to debug problems with failed commands. by showard · 16 years ago
  73. 0281350 -rewrite most of the label management code to be much more efficient by showard · 16 years ago
  74. 0562e65 - Add a set_autodir method to ssh_host to set the autotest installation directory value by mbligh · 16 years ago
  75. 8e72aaf Fix a bug in the SSHHost -> create_host conversion that didn't by jadmanski · 16 years ago
  76. 5bf7c50 Table name did not get updated in test labels query. This makes it impossible to query against test labels. by showard · 16 years ago
  77. 1f27e99 Remove another old & obsolete file. by jadmanski · 16 years ago
  78. 21085f2 -fix bug with drilldown on null headers by showard · 16 years ago
  79. 3c0f07d Several small TKO-related bugfixes/improvements: by showard · 16 years ago
  80. 8d631c9 Convert all our uses of directoy SSHHost construction over to use by jadmanski · 16 years ago
  81. 68ef26e Add some server/*_kernel unit tests. by jadmanski · 16 years ago
  82. 0395974 Rename the netperf2 control file to control.srv, to be consistent with the by jadmanski · 16 years ago
  83. 8108d26 I was getting an error running the pi_tests. See failure below. by mbligh · 16 years ago
  84. 63a3477 -Refactor new monitor_db scheduling algorithm into it's own class by showard · 16 years ago
  85. ef40f9b Make Django apache configs fail if the prefork MPM is not in use. by showard · 16 years ago
  86. 8579ea3 Snazzy new interface for select tests in Create Job view. Tests are now presented in a scrollable table, with descriptions displayed in a resizable pane on the right. by showard · 16 years ago
  87. 28f8fb7 Delete a line from tko-directives. This line was moved to django-directives a while ago, but it looks like this half of the move didn't get committed. by mbligh · 16 years ago
  88. 40a1089 This code seems to be old, unused and unmaintained. Remove! by mbligh · 16 years ago
  89. 609c50d add missing client/tools/proc_wrapper.py by mbligh · 16 years ago
  90. d52e3e2 Updated iperf.py to handle multiple concurrent connections. by mbligh · 16 years ago
  91. d6ae085 Edited job.py to add toolsdir by mbligh · 16 years ago
  92. 1c5e3a1 Initial refactoring so that I can change the serial console by jadmanski · 16 years ago
  93. bad4f2d Fixed removing hosts from a cloned job. Hosts can now be removed correctly. by showard · 16 years ago
  94. 109c915 -fix bug in spreadsheet view where columns would be misaligned in certain cases. We need to fill the window before matching column widths, because in Firefox filling the window can cause columns to change width. by showard · 16 years ago
  95. b95b1bd Rewrite the scheduling algorithm yet again. This time, we make separate DB queries to get all the queued host queue entries and all the ready hosts, and then match them up in Python. We could still do the non-metahosts the old way, but we might as well just do it all uniformly, so I've completely eliminated the old code. by showard · 16 years ago
  96. 115fe72 Some AFE/TKO page layout changes: by showard · 16 years ago
  97. 9a3717f Fix profilers to inherit job object properly by mbligh · 16 years ago
  98. c9f5092 add lttng profiler by mbligh · 16 years ago
  99. bdeff97 Fix coding style in vmstat.py by mbligh · 16 years ago
  100. 6329157 strip out carriage returns from status log messages by mbligh · 16 years ago