- 5bb3e26 Changed error messages tested by running container tests on virgin machines by mbligh · 17 years ago
- d8b3925 Added support for having site version of autotest. by mbligh · 17 years ago
- 8f2865a Modified install path so it doesn't fill up the root partition. by mbligh · 17 years ago
- 38a4a11 Remove some Perforce references that in practice we never use, and that by mbligh · 17 years ago
- fabc2d0 Repair should use wait_up to give a machine 2.5 hours to come up, not by mbligh · 17 years ago
- 6e8ad82 In kernbench and tbench, replace count_cpus() by job.cpu_count(), by mbligh · 17 years ago
- f695be6 If the mysql data directory exists then mysql fails to build and by mbligh · 17 years ago
- b5ec487 migrate should run in unbuffered mode by mbligh · 17 years ago
- 0ad21ba Add the ServerAliveInterval parameter to SSHHost to reduce the chances by mbligh · 17 years ago
- c0ddd72 Display and allow filtering on non-platform labels. by showard · 17 years ago
- b03ba64 Patch to reduce the rate of reparse, and to make the parser locking by mbligh · 17 years ago
- 4bc5f6c Remove the check generates a warning if more than 5MB of disk is used by mbligh · 17 years ago
- 1385b16 On the frontend, only show hosts to which this user has ACL access. by showard · 17 years ago
- 4eb2df2 Specify a boolean string converter for MySQLdb. Some older versions of MySQLdb do not include this, and it breaks monitor_db. by mbligh · 17 years ago
- 462c015 Adding a class that can be used to run tests in a random order. If you have by mbligh · 17 years ago
- 9e61878 Add --help and -h to autoserv by mbligh · 17 years ago
- 05bb633 Use file locking to serialize all runs of the parser. by mbligh · 17 years ago
- 1d445e9 Support kernel install for server-side control files by showard · 17 years ago
- d2d4e2c Skip simulation if we're already at the latest version. by showard · 17 years ago
- aa383b7 Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it. by mbligh · 17 years ago
- 8d4baaa Make ALL commands run through SSHHost.run() send their stderr to autoserv's stdo by mbligh · 17 years ago
- 5a0c970 Add options to specify db host, username, pass, and db_name by mbligh · 17 years ago
- 63de39b Expect script to reboot cyclades based off of reboot-sentry by mbligh · 17 years ago
- bb42185 This patch enables the scheduler to pick up jobs that were left running after it crashes, and see them to completion. by mbligh · 17 years ago
- e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 17 years ago
- c13a3b8 add default notify for scheduler section to global config by mbligh · 17 years ago
- aeabe3b Fix up correct example passwords in config.ini files by mbligh · 17 years ago
- df94c51 fix shadow_config by mbligh · 17 years ago
- e136e8b add shadow_config.ini by mbligh · 17 years ago
- 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 17 years ago
- 835c0e4 Update tko data boxes to use a fixed-width font for data. Update some comments as well. by mbligh · 17 years ago
- 71d2422 Fix reboot failures to have more descriptive error messages by mbligh · 17 years ago
- 1c4effd Forgot to add this frontend migration file to the test synch type checkin. by showard · 17 years ago
- 8fd5824 -associate a synch type with each test in the DB (defaults to asynchronous for all) by showard · 17 years ago
- 5285a2d Change the client-side exit status handling to be consistent with the by mbligh · 17 years ago
- 6dee37f The kernelexpand method sometimes returns a list, and sometimes by mbligh · 17 years ago
- e13239a Simply right-shifting exit codes is just WRONG. We are loosing all non-signal based errors. by mbligh · 17 years ago
- e9901bd Take out the diskspace warning in job.__init__, it just duplicates by mbligh · 17 years ago
- 158ba7b I fixed a bug in AutoservSubcommandError.__str__ that was making the by mbligh · 17 years ago
- 0144e5a Move the free-space-on-root check up so that it occurs "inside" the by mbligh · 17 years ago
- fe749d2 When autoserv is runing a job through ssh, it should just send all by mbligh · 17 years ago
- ddd5433 Add a parameter to server_job.run to disable the collection of crashdumps. by mbligh · 17 years ago
- 45c64e4 HostSelector is the widget used in (and only in) CreateJobView to show the HostTable. by showard · 17 years ago
- 38c2d03 Changed sighandler in autoserv to call SIGKILL on its children instead of SIGTERM. by mbligh · 17 years ago
- 44710b6 Make a number of changes to compose_query: by mbligh · 17 years ago
- b9e18dd Pull the lockfile creation out of the try-finally, as the finally by mbligh · 17 years ago
- cca3b63 Remove comment on removed arg. by showard · 17 years ago
- 99229e4 Get rid of job.status and job.submitted_on usage in models.py. This field was deprecated but these (harmless) statements were left lying around. by showard · 17 years ago
- 378e0ae add back missing machine_benchmark.cgi by mbligh · 17 years ago
- a607737 Update libhugetlbfs tarball to 1.2 by mbligh · 17 years ago
- 3cab4a7 Requeue support for the frontend. Requeue creates and enqueues a copy of the job. Added support to Job model, new RPC method, and new button to job detail page. by mbligh · 17 years ago
- c9585ec Fix up use of df in verify to use -P too by mbligh · 17 years ago
- 45fd7c6 If we don't use df -P, we can get line breaks on long device names, by mbligh · 17 years ago
- 35f4395 Convert _wait_for_command (in server.utils) to use Popen.poll instead by mbligh · 17 years ago
- 6e2ffec Enhance the error message displayed when a server-side test fails. by mbligh · 17 years ago
- f7243e1 Implemented proper kill for autoserv: on receival of a SIGTERM it will kill its children. by mbligh · 17 years ago
- 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 17 years ago
- dbdac6c Continuously reparse the status logs whenever new logs are written out by mbligh · 17 years ago
- 7deae8f by apw · 17 years ago
- 7bae90e by apw · 17 years ago
- 9cdf309 by apw · 17 years ago
- 16c722d Remove ReverifyTask altogether, and trust the return code of autoserv repair (which does a reverify itself). The flowchart on the wiki is updated. by mbligh · 17 years ago
- d5c9580 Implemented abort functionality in scheduler. by mbligh · 17 years ago
- 4400b78 remove server.old dir by mbligh · 17 years ago
- 8de9a4d ftp.us.postgresql.org no longer resolves. Fix the hostname and update by mbligh · 17 years ago
- 6ca0d6a Fix the container check. by mbligh · 17 years ago
- 4d349ca The disk usage warning shouldn't be using a subdir of "Check disk usage". by mbligh · 17 years ago
- c0b10d3 Fix a spelling mistake, remove control.fs regardless of control.state's existenc by mbligh · 17 years ago
- f4ca14f Save free_space_root_mb_before in a file and load it in following steps. by mbligh · 17 years ago
- bf79bba Check / has at least 10% or 100Mb free space before client tests run. by mbligh · 17 years ago
- 1b5fb06 Add a helpful README that describes what should and shouldn't be in by mbligh · 17 years ago
- 59ac0fa Delete old cruft. by mbligh · 17 years ago
- dffd637 scheduler release hosts by mbligh · 17 years ago
- 48c10a5 We don't want to pass -n to autoserv for host-specific tasks (verify, repair, re by mbligh · 17 years ago
- e258668 Verify repair fixes for scheduler by mbligh · 17 years ago
- 6f8bab4 Catch any errors due to mysql losing its connection. If it does lose by mbligh · 17 years ago
- 8ce2c4a On verify failure for a synch job, stop all other queue_entries, not just active ones. by mbligh · 17 years ago
- 4314a71 Testing mode support for the scheduler. In testing mode, the scheduler runs a dummy autoserv script and doesn't try to parse results. This is part of an ongoing project to create an automated scheduler test. by mbligh · 17 years ago
- 0bad871 Add key and section to value and section to ConfigError exception by mbligh · 17 years ago
- 8375088 Fix a few misses in the global_config patch by mbligh · 17 years ago
- e47ff2a Missing a '/' on the end of job tags by mbligh · 17 years ago
- 908d31e Unixbench is broken, so we need to patch it up before compiling it. by mbligh · 17 years ago
- b090f14 more on global config by mbligh · 17 years ago
- 7e16221 LSB Test Cleanup by mbligh · 17 years ago
- ed4d6dd glocal_config patch by mbligh · 17 years ago
- dab3966 Move the code responsible for pulling client-side status logs over to by mbligh · 17 years ago
- 15b2a11 Fix small import problem on utils.py by mbligh · 17 years ago
- 2b2c612 Better error handling on dacapo test by mbligh · 17 years ago
- 1fb77cc Write out a .machines files in the server-side preamble whenever there by mbligh · 17 years ago
- 632f838 Fix up the SSHHost.__del__ method to use the set.discard instead of by mbligh · 17 years ago
- e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 17 years ago
- 36768f0 add missing monitor_db code by mbligh · 17 years ago
- 4263b06 Make parse unbuffered, so that recording of stdout, stderr is interleaved by mbligh · 17 years ago
- fab72ad tko: use the root_url prefix in compose_query.cgi by apw · 17 years ago
- 7a7316b split patched kernels into their own kernel rows V2 by apw · 17 years ago
- 394ff51 If running a server job throws an uncaught exception treat that as if by mbligh · 17 years ago
- 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 17 years ago
- 0c5ce31 Fix warning_monitor by mbligh · 17 years ago
- 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 17 years ago
- 02ec1ba tko: boot errors should track boot number by mbligh · 17 years ago