- d7cd983 Update control_data to be more verbose about which file it failed to parse by mbligh · 16 years ago
- fc4e338 The new parsing code that lets higher job keyvals override lower ones by jadmanski · 16 years ago
- 9a1f2e1 Two bug fixes: by showard · 16 years ago
- 7cbd969 Change the new host.repair_* methods to be a little more cooperative by jadmanski · 16 years ago
- c12d63e - Add site_verify and site_repair loading back by mbligh · 16 years ago
- 12f2e63 - add server.hosts.Host._repair_filesystem_only() concrete method by mbligh · 16 years ago
- f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
- 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
- 989f25d two new major features: by showard · 16 years ago
- 095dc64 Fix signal killing in utils.py Risk: High Visibility: Low by mbligh · 16 years ago
- 315b941 Add a function to utils to get the conical hostname from something that might be an alias/cname. by mbligh · 16 years ago
- 6ef0b67 It is possible for a CmdError to be raised with an exit_status of by jadmanski · 16 years ago
- 6b0ab08 - add a server.hosts.base_classes.Host.verify() abstract method by mbligh · 16 years ago
- 28afa73 Update the help for the query results command to make it less confusing. by mbligh · 16 years ago
- a5daed5 Change the mock framework to treat properties like "special" methods, by jadmanski · 16 years ago
- ed91ba9 For some reason I can't figure out, this urlopen timeout param is by jadmanski · 16 years ago
- b6f9553 Remove debug statement from test_importer by showard · 16 years ago
- 66a5ef8 Quick change to compensate for .. relative to the utils directory by showard · 16 years ago
- 751f550 Forgot to add this file, as part of the test attributes filtering patch by showard · 16 years ago
- 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
- 98ed33b Need to escape %'s in user-submitted test attribute filtering strings. by showard · 16 years ago
- 11bd063 add test attributes to test detail view, in an expandable box by showard · 16 years ago
- 4c11904 Add support to the frontend for logging a user and timestamp when a by showard · 16 years ago
- d6d043c Test many IPv6, IPv6-mapped-IPv4 and IPv4 connections to loopback, by mbligh · 16 years ago
- 322ec1a Update test_importer by mbligh · 16 years ago
- 30e9b59 Add a sysinfo hook that gets called before a test so that we can do by jadmanski · 16 years ago
- a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
- 067b26c If ident=False in the kernel.boot methods, we still need to add a by jadmanski · 16 years ago
- b48d27c Fix a change to logging.py that was missed with the conversion to log.py. by jadmanski · 16 years ago
- 3cc04ee Fixed a reference to logging that was missed by rev 2193. by jadmanski · 16 years ago
- 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
- ff416a2 Flush caches between tests under fsdev. by mbligh · 16 years ago
- e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
- b96dbe3 Fix a bug where outer containers are never released, when a single by mbligh · 16 years ago
- 025099d Fix some missing imports in server_job. by jadmanski · 16 years ago
- 554f23f Grab /proc/interrupts in sysinfo. by jadmanski · 16 years ago
- 192e554 Add kernel option vma_max_shift to twoway container tests. Risk: low. by mbligh · 16 years ago
- 38d047c Attached is a fix for a missing import in server/server_job.py by mbligh · 16 years ago
- 8ca0e88 Removed iteration manually set iteration values of zero which appeared when a by mbligh · 16 years ago
- 9c6ecb6 Fix startup race condition. by mbligh · 16 years ago
- 7ddb3a8 Add some print code to SSHHost.get_crashinfo so that at least the by jadmanski · 16 years ago
- 7fc993c Change code which makes multiple calls to fetchall() to make a single by showard · 16 years ago
- 6b5a72c The new code for building condition strings was potentially buggy when using multiple selection. by showard · 16 years ago
- 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
- 6e745db Update wiki links to point to new trac thingy. by showard · 16 years ago
- 7d182aa Handled exceptions caused by email sending functions. Prints log messages to by showard · 16 years ago
- 64aeecd -add feature to filter on test attributes in TKO by showard · 16 years ago
- cdd0c40 Add code to SSHHost.get_crashdumps to collect some basic data: by jadmanski · 16 years ago
- 6d858fa Updated iperf and netperf tests to report the sum of the throughputs rather by mbligh · 16 years ago
- cce191f Only do the split on input machines variable (from optparse) if by mbligh · 16 years ago
- 542e840 Added email_list field to front end. On job completion emails on this by showard · 16 years ago
- 79afb6b Fixed handling of "exclude_labels" option on the server. by showard · 16 years ago
- 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
- 5557957 Minor changes to cli/rpc.py to make it more generally useful from other scripts. by showard · 16 years ago
- 64fae81 If we run into an error starting or stopping the dmesg logger, just by jadmanski · 16 years ago
- 5ff5535 All server side status logging should be into status.log, not status. by jadmanski · 16 years ago
- 23afbec Add a standard run_cleanup option to test.run_test that can be used by jadmanski · 16 years ago
- 09f9203 The nuke_subproces function should always do a poll() on the process it's by jadmanski · 16 years ago
- f4a87ca We use os.fork() but don't exec or clear the SIGTERM handler. This is by jadmanski · 16 years ago
- 15b8a26 Changed netperf iperf and netpipe with respect to increasing the barrier by mbligh · 16 years ago
- 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
- abd0015 Updating a lot of control files with more information in their by mbligh · 16 years ago
- ef8a893 Edited barrier error string to display which barrier it timed out on. by mbligh · 16 years ago
- 44d6b42 modified iostat to allow options to be passed in by jadmanski · 16 years ago
- a1f3c20 Refactor the results collection code to run out of a separate class by jadmanski · 16 years ago
- 68f6721 Change the console patterns messages for kernel panics and oops to by jadmanski · 16 years ago
- 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
- 13423d0 by mbligh · 16 years ago
- d68c395 Add a sleep at the end of lttng stop so the tracing data is flushed to disk by mbligh · 16 years ago
- 6fdbf27 Use the similar argument set for lttng setup and initialize functions so by mbligh · 16 years ago
- c0b98cb Change disktest control file to use consistent quotes. by jadmanski · 16 years ago
- 2fb020d Move client/samples/uptime to client/tests/uptime/control. by jadmanski · 16 years ago
- 4bc18de Clean up vmstat formatting. by jadmanski · 16 years ago
- c5cbb2b Except for this one. by jadmanski · 16 years ago
- 49d555d Last formatting fix-fix. I promise. :P by jadmanski · 16 years ago
- d9d7b93 Fix up a few trailing space issues missed by my previous cleanup. by jadmanski · 16 years ago
- cfcedb4 Clean up formatting in client/profilers/lttng/lttng.py by jadmanski · 16 years ago
- 16a08f3 Clean up lttng control formatting. by jadmanski · 16 years ago
- a543fb0 Add unittests form client/bin/kernel.py by jadmanski · 16 years ago
- 3fc9f44 Kernel config should inherit from object. by jadmanski · 16 years ago
- d524b0e Clean up formatting in client/bin/kernel.py. by jadmanski · 16 years ago
- f667443 Fix parallel_dd to clean up after itself by mbligh · 16 years ago
- bc5a8b1 Don't use verbose run output in SSHHost.run, since it already does by jadmanski · 16 years ago
- 5d69ff0 Updated control.srv in netperf, iperf and netpipe to use job.parallel_simple by mbligh · 16 years ago
- b6eb2f1 First pass at pulling back test results during a client job, as each by jadmanski · 16 years ago
- 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
- 169ecad Fix up some bad style trash in autotest.py by jadmanski · 16 years ago
- cf8e0b7 Added netpipe test. by mbligh · 16 years ago
- 987b747 Stripping out an explicit 'r' in file open, it's not really our standard style. by jadmanski · 16 years ago
- 64ed974 The report path is opened for 'a' here when it should be opened for by mbligh · 16 years ago
- 170e5e5 Fix up DmesgHost to fail gracefully on systems that don't use by jadmanski · 16 years ago
- 9c391a5 Quick workaround for a bad problem. Occasionally I'm seeing bad errors by jadmanski · 16 years ago
- 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
- 47faacb Missing to pass cherry_picked args to cleanup(). by mbligh · 16 years ago
- f2fa471 Fix grep command. It was raising an exception if the grep did by mbligh · 16 years ago
- b405b98 Updated netperf2 test to support the TCP_SENDFILE test. by mbligh · 16 years ago
- 1a639fb Client side reboots happen via job.reboot(). Server side via by mbligh · 16 years ago
- b591fba Add support for parsing host keyvals into the test attributes. The by jadmanski · 16 years ago
- bc762fe Fix a bug in the dmesg log collection where if you created a second by jadmanski · 16 years ago
- 5a555b6 Calling *_loggers from the reboot follow in DmesgHost is bad; that by jadmanski · 16 years ago