1. b0900da Set the default passwords to something that more clearly indicates that by jadmanski · 16 years ago
  2. 7f9cada Add support for running multi-machine fsdev tests. by mbligh · 16 years ago
  3. 8e00afa Fix a missed change from r2222. by jadmanski · 16 years ago
  4. d7cd983 Update control_data to be more verbose about which file it failed to parse by mbligh · 16 years ago
  5. fc4e338 The new parsing code that lets higher job keyvals override lower ones by jadmanski · 16 years ago
  6. 9a1f2e1 Two bug fixes: by showard · 16 years ago
  7. 7cbd969 Change the new host.repair_* methods to be a little more cooperative by jadmanski · 16 years ago
  8. c12d63e - Add site_verify and site_repair loading back by mbligh · 16 years ago
  9. 12f2e63 - add server.hosts.Host._repair_filesystem_only() concrete method by mbligh · 16 years ago
  10. f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
  11. 8a6eb0c add support for showing only the latest test run per cell in spreadsheet mode. this involved some extensive refactorings on both the client and server which then made the actual change quite simple. by showard · 16 years ago
  12. 989f25d two new major features: by showard · 16 years ago
  13. 095dc64 Fix signal killing in utils.py Risk: High Visibility: Low by mbligh · 16 years ago
  14. 315b941 Add a function to utils to get the conical hostname from something that might be an alias/cname. by mbligh · 16 years ago
  15. 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
  16. 6b0ab08 - add a server.hosts.base_classes.Host.verify() abstract method by mbligh · 16 years ago
  17. 28afa73 Update the help for the query results command to make it less confusing. by mbligh · 16 years ago
  18. a5daed5 Change the mock framework to treat properties like "special" methods, by jadmanski · 16 years ago
  19. ed91ba9 For some reason I can't figure out, this urlopen timeout param is by jadmanski · 16 years ago
  20. b6f9553 Remove debug statement from test_importer by showard · 16 years ago
  21. 66a5ef8 Quick change to compensate for .. relative to the utils directory by showard · 16 years ago
  22. 751f550 Forgot to add this file, as part of the test attributes filtering patch by showard · 16 years ago
  23. 8c9b839 add primitive support for fixed header values. fixed headers can be given as a comma- or whitespace-separated list of values. they will serve to both limit to results to the given values (something that could just as well be done with the WHERE clause, but I figured people would want this behavior) + force all given values to be included, even if it causes empty rows. by showard · 16 years ago
  24. 98ed33b Need to escape %'s in user-submitted test attribute filtering strings. by showard · 16 years ago
  25. 11bd063 add test attributes to test detail view, in an expandable box by showard · 16 years ago
  26. 4c11904 Add support to the frontend for logging a user and timestamp when a by showard · 16 years ago
  27. d6d043c Test many IPv6, IPv6-mapped-IPv4 and IPv4 connections to loopback, by mbligh · 16 years ago
  28. 322ec1a Update test_importer by mbligh · 16 years ago
  29. 30e9b59 Add a sysinfo hook that gets called before a test so that we can do by jadmanski · 16 years ago
  30. a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
  31. 067b26c If ident=False in the kernel.boot methods, we still need to add a by jadmanski · 16 years ago
  32. b48d27c Fix a change to logging.py that was missed with the conversion to log.py. by jadmanski · 16 years ago
  33. 3cc04ee Fixed a reference to logging that was missed by rev 2193. by jadmanski · 16 years ago
  34. 1b3b376 Rename client/common_lib/logging.py to client/common_lib/log.py in order to be able to use the standard python logging module by mbligh · 16 years ago
  35. ff416a2 Flush caches between tests under fsdev. by mbligh · 16 years ago
  36. e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
  37. b96dbe3 Fix a bug where outer containers are never released, when a single by mbligh · 16 years ago
  38. 025099d Fix some missing imports in server_job. by jadmanski · 16 years ago
  39. 554f23f Grab /proc/interrupts in sysinfo. by jadmanski · 16 years ago
  40. 192e554 Add kernel option vma_max_shift to twoway container tests. Risk: low. by mbligh · 16 years ago
  41. 38d047c Attached is a fix for a missing import in server/server_job.py by mbligh · 16 years ago
  42. 8ca0e88 Removed iteration manually set iteration values of zero which appeared when a by mbligh · 16 years ago
  43. 9c6ecb6 Fix startup race condition. by mbligh · 16 years ago
  44. 7ddb3a8 Add some print code to SSHHost.get_crashinfo so that at least the by jadmanski · 16 years ago
  45. 7fc993c Change code which makes multiple calls to fetchall() to make a single by showard · 16 years ago
  46. 6b5a72c The new code for building condition strings was potentially buggy when using multiple selection. by showard · 16 years ago
  47. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  48. 6e745db Update wiki links to point to new trac thingy. by showard · 16 years ago
  49. 7d182aa Handled exceptions caused by email sending functions. Prints log messages to by showard · 16 years ago
  50. 64aeecd -add feature to filter on test attributes in TKO by showard · 16 years ago
  51. cdd0c40 Add code to SSHHost.get_crashdumps to collect some basic data: by jadmanski · 16 years ago
  52. 6d858fa Updated iperf and netperf tests to report the sum of the throughputs rather by mbligh · 16 years ago
  53. cce191f Only do the split on input machines variable (from optparse) if by mbligh · 16 years ago
  54. 542e840 Added email_list field to front end. On job completion emails on this by showard · 16 years ago
  55. 79afb6b Fixed handling of "exclude_labels" option on the server. by showard · 16 years ago
  56. ce12f55 Attached is a large patch for a powerful and flexible new graphing system for new TKO. This system subsumes all the previous kernel graphing scripts under the tko/ directory and is capable of much more. These wiki pages document usage of the new system and give an idea of what it's capable of: by showard · 16 years ago
  57. 5557957 Minor changes to cli/rpc.py to make it more generally useful from other scripts. by showard · 16 years ago
  58. 64fae81 If we run into an error starting or stopping the dmesg logger, just by jadmanski · 16 years ago
  59. 5ff5535 All server side status logging should be into status.log, not status. by jadmanski · 16 years ago
  60. 23afbec Add a standard run_cleanup option to test.run_test that can be used by jadmanski · 16 years ago
  61. 09f9203 The nuke_subproces function should always do a poll() on the process it's by jadmanski · 16 years ago
  62. f4a87ca We use os.fork() but don't exec or clear the SIGTERM handler. This is by jadmanski · 16 years ago
  63. 15b8a26 Changed netperf iperf and netpipe with respect to increasing the barrier by mbligh · 16 years ago
  64. 4b84952 Fix the libhugetlbfs test to use the latest tarball. My fix to the original mount points greater than 4kb problem is going to be lost with this change. But the fix is also made externally and is part of 2.0. by mbligh · 16 years ago
  65. abd0015 Updating a lot of control files with more information in their by mbligh · 16 years ago
  66. ef8a893 Edited barrier error string to display which barrier it timed out on. by mbligh · 16 years ago
  67. 44d6b42 modified iostat to allow options to be passed in by jadmanski · 16 years ago
  68. a1f3c20 Refactor the results collection code to run out of a separate class by jadmanski · 16 years ago
  69. 68f6721 Change the console patterns messages for kernel panics and oops to by jadmanski · 16 years ago
  70. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  71. 13423d0 by mbligh · 16 years ago
  72. d68c395 Add a sleep at the end of lttng stop so the tracing data is flushed to disk by mbligh · 16 years ago
  73. 6fdbf27 Use the similar argument set for lttng setup and initialize functions so by mbligh · 16 years ago
  74. c0b98cb Change disktest control file to use consistent quotes. by jadmanski · 16 years ago
  75. 2fb020d Move client/samples/uptime to client/tests/uptime/control. by jadmanski · 16 years ago
  76. 4bc18de Clean up vmstat formatting. by jadmanski · 16 years ago
  77. c5cbb2b Except for this one. by jadmanski · 16 years ago
  78. 49d555d Last formatting fix-fix. I promise. :P by jadmanski · 16 years ago
  79. d9d7b93 Fix up a few trailing space issues missed by my previous cleanup. by jadmanski · 16 years ago
  80. cfcedb4 Clean up formatting in client/profilers/lttng/lttng.py by jadmanski · 16 years ago
  81. 16a08f3 Clean up lttng control formatting. by jadmanski · 16 years ago
  82. a543fb0 Add unittests form client/bin/kernel.py by jadmanski · 16 years ago
  83. 3fc9f44 Kernel config should inherit from object. by jadmanski · 16 years ago
  84. d524b0e Clean up formatting in client/bin/kernel.py. by jadmanski · 16 years ago
  85. f667443 Fix parallel_dd to clean up after itself by mbligh · 16 years ago
  86. bc5a8b1 Don't use verbose run output in SSHHost.run, since it already does by jadmanski · 16 years ago
  87. 5d69ff0 Updated control.srv in netperf, iperf and netpipe to use job.parallel_simple by mbligh · 16 years ago
  88. b6eb2f1 First pass at pulling back test results during a client job, as each by jadmanski · 16 years ago
  89. 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
  90. 169ecad Fix up some bad style trash in autotest.py by jadmanski · 16 years ago
  91. cf8e0b7 Added netpipe test. by mbligh · 16 years ago
  92. 987b747 Stripping out an explicit 'r' in file open, it's not really our standard style. by jadmanski · 16 years ago
  93. 64ed974 The report path is opened for 'a' here when it should be opened for by mbligh · 16 years ago
  94. 170e5e5 Fix up DmesgHost to fail gracefully on systems that don't use by jadmanski · 16 years ago
  95. 9c391a5 Quick workaround for a bad problem. Occasionally I'm seeing bad errors by jadmanski · 16 years ago
  96. 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
  97. 47faacb Missing to pass cherry_picked args to cleanup(). by mbligh · 16 years ago
  98. f2fa471 Fix grep command. It was raising an exception if the grep did by mbligh · 16 years ago
  99. b405b98 Updated netperf2 test to support the TCP_SENDFILE test. by mbligh · 16 years ago
  100. 1a639fb Client side reboots happen via job.reboot(). Server side via by mbligh · 16 years ago