- a2c940d This generates confusing backtraces for a lot of users by mbligh · 16 years ago
- e432dd2 Add a job.run_control method that can be used inside of server control by jadmanski · 16 years ago
- 2b9ed9c by showard · 16 years ago
- e7693ba Cleanup. by mbligh · 16 years ago
- e8b93af Modified AbstractSSHHost to use utils.import_site_class() to get by mbligh · 16 years ago
- 92eed50 Wrapped repair invocation in a try/except block to record in status log the by mbligh · 16 years ago
- 475f776 Make frontend.py respect AUTOTEST_WEB environment variable by mbligh · 16 years ago
- 6463c4b Make atest_migrate_host create hosts as locked initially, to prevent by mbligh · 16 years ago
- 25c0b8c Added new host protection level (repair software only) that would allow any by mbligh · 16 years ago
- a0a2759 Moved in the inheritance tree repair_* from abstract_ssh to Host base class. by mbligh · 16 years ago
- 75ef58b Make it possible to run the "cleanup" phase manually. by mbligh · 16 years ago
- 54459c7 Fix a few embarrasing bugs in frontend.py where we forget to pass by mbligh · 16 years ago
- e7dc9d3 Fix up the utils import stucture for server side code by mbligh · 16 years ago
- 80deb75 Add a Host.is_shutting_down method to allow us to determine if a host by jadmanski · 16 years ago
- d544a35 When performing a reboot, do a sync before starting the shutdown. by jadmanski · 16 years ago
- 0e1881e server.hosts.remote: When reboot is called, really reboot. by jadmanski · 16 years ago
- 4043c63 Added a server.hosts.Host.check_partitions() functions to compare by mbligh · 16 years ago
- 78a013a Silenced collecting dmesg output to just be saved in the dedicated file by mbligh · 16 years ago
- 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
- a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 16 years ago
- b264ed0 Add some END ABORT logging to the code that executes the Autotest by jadmanski · 16 years ago
- b88d6dc Remove the reason logging from END messages when running a group by jadmanski · 16 years ago
- c408c5e by showard · 16 years ago
- fcc851b The LoggerFile class used by the ssh host classes as a default std* by jadmanski · 16 years ago
- d7b79ed Rewrite the get_file and send_file code in AbstractSSHHost to properly by jadmanski · 16 years ago
- 8ad2420 Fix bug that causes server side jobs to fail when an int is passed as the tag. by mbligh · 16 years ago
- 7479a18 Ignore SERVER_JOB as it's buggy and gives false failures by mbligh · 16 years ago
- 7b31228 Allow jobs created through frontend.py to specify timeouts by mbligh · 16 years ago
- a64835c Remove needless complexity from server/utils.py by mbligh · 16 years ago
- d778ae4 Move the reboot_followup out of reboot and into wait_for_restart. This works by jadmanski · 16 years ago
- 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
- c98c470 Drop the explicit tag parameter from Autotest.run_test and by jadmanski · 16 years ago
- 4e57661 Allow site override of machine coupling for SYNC_COUNT by mbligh · 16 years ago
- 1354c9d Add control file objects and containers to frontend.py by mbligh · 16 years ago
- f9d6e01 Fix server job unittest by mbligh · 16 years ago
- ac367cc Fix typo mkdtmp -> mkdtemp by mbligh · 16 years ago
- ff7d61f Fix autoserv -N by making pid_file_manager conditional. Else it by mbligh · 16 years ago
- 1f23f36 Allow filtering of hosts by platforms by mbligh · 16 years ago
- aebe3b6 Don't write temporary control file terds such as control.srv to the current by mbligh · 16 years ago
- d99d3b27 Boot timeout leads to hardreset attempt, then broken exception. by mbligh · 16 years ago
- 5280e3b Make us check the test state as well as the job state, since the by mbligh · 16 years ago
- 16d7417 The server side profilers need to track the directory they were by jadmanski · 16 years ago
- e0c7fb6 Currently, client.log.* files are numbered in a way that's only unique by jadmanski · 16 years ago
- 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
- 23a5350 The verify control segments needs to re-raise the exception that it by jadmanski · 16 years ago
- e0dffc3 When a server job fails "normally" (i.e. after it's been properly by jadmanski · 16 years ago
- d0da285 Change the server side sleeptest control file to be parallelizable, by jadmanski · 16 years ago
- 6d2ada5 Make certain that server.utils.__clean_tmp_dirs is called; currently by jadmanski · 16 years ago
- c31e402 Add functionality to the frontend system to talk to tko as well as afe by mbligh · 16 years ago
- 45ffc43 Fix frontend.py to send email when asked, and not use broken machines by mbligh · 16 years ago
- 8df92e7 So it would seem that five minutes is not always long enough for a by jadmanski · 16 years ago
- 7d22381 Fix up the _copy_files implementation to properly handle deleting a by jadmanski · 16 years ago
- 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
- d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
- 5b61838 Add functionality to frontend.py to support kernel testing by mbligh · 16 years ago
- d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
- b30a928 Fix formatting in ssh_host.py by mbligh · 16 years ago
- 91cd58c If you reboot during a server-side test while using a profiler, we by jadmanski · 16 years ago
- 4f90925 Extend the server-side profiler code to handle reboots as well. Sadly, by jadmanski · 16 years ago
- c8153ee Fix verify logging not to use subdirs - we're already in the subdir by mbligh · 16 years ago
- b5dac43 Provide the ability to drop caches between benchmark iteration runs by mbligh · 16 years ago
- 0fce411 Fix bug in repair and verify with parallel_simple by mbligh · 16 years ago
- b3c0c91 Adds support for using client-side profilers from the server side. by mbligh · 16 years ago
- f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
- 1ffd5dc Fix up bad merge by mbligh · 16 years ago
- f3629c8 Change the server sleeptest to use run_once. by jadmanski · 16 years ago
- cb4aac7 Add a flag to the factory to allow netconsole support to be turned on manually. by jadmanski · 16 years ago
- 7406a97 Remove run, verify, repair unittests from server_job. We seem to have by mbligh · 16 years ago
- 5f66ed4 Print clearer information about diskspace checks. by mbligh · 16 years ago
- dedc4bf Fix ssh_ping for permission denied errors. by mbligh · 16 years ago
- 73c0c8e Make verify record GOOD / FAIL in status.log by mbligh · 16 years ago
- a291a5a Remove deprecated site_ functions from repair and verify by mbligh · 16 years ago
- 5493129 Fix formatting of control_segments/* by mbligh · 16 years ago
- 181b7c2 Add utils to namespace of server-side control files by mbligh · 16 years ago
- 2b92b86 Coding style fixes for server_job.py by mbligh · 16 years ago
- a32e652 The code in ParamikoHost that extracts the remainder of the buffer by jadmanski · 16 years ago
- b768126 Fix to hardcode which python executable is used on target. by mbligh · 16 years ago
- 8ad6de5 Add proper missing test_class variable to iperf/netperf2 server tests by mbligh · 16 years ago
- fdbacc4 This code is no longer used or maintained, so it is being removed. by mbligh · 16 years ago
- 9ab7818 fix server side sleeptest name by mbligh · 16 years ago
- 82648e5 Revert accidental double-patching of last change by mbligh · 16 years ago
- 92c0fc2 Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
- 550fdc2 Fix some issues with the new Host.__del__ -> Host.close changes. by jadmanski · 16 years ago
- 5cc6463 Add SATA errors issuing CommandAbort to the drives to the warning by mbligh · 16 years ago
- 043e113 This depends on Martin's "run autoserv without a results dir" patch by jadmanski · 16 years ago
- 5b2844f by mbligh · 16 years ago
- 80e1eba Enable autoserv to operate without a results directory by mbligh · 16 years ago
- 1071763 Revert previous change to move results arg processing later down by mbligh · 16 years ago
- 6764715 Add a frontend service to autoserv to enable jobs to manipulate by mbligh · 16 years ago
- d6c56a9 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
- 9f7dd11 Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it). by jadmanski · 16 years ago
- 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago
- 150c6ba Fix a short indent and update documentation. by mbligh · 16 years ago
- 31369a2 add missing __init__.py file by mbligh · 16 years ago
- ab2174d Expose ParamikoHost.get_user_key as part of the interface, usable by jadmanski · 16 years ago
- 2bab8f4 Implement sync_count. The primary change here is replacing the job.synch_type field with a synch_count field. There is no longer just a distinction between synchronous and asynchronous jobs. Instead, every job as a synch_count, with synch_count = 1 corresponding to the old concept of synchronous jobs. This required: by showard · 16 years ago
- af959a4 Disable netconsole monitoring. We're running into kernel issues by jadmanski · 16 years ago
- 79ab928 Make sure that when a client-side reboot fails the server properly by jadmanski · 16 years ago
- e48bcfb Refactor of dmesg to more general monitoring of any log file. by mbligh · 16 years ago
- ef30f5c Add timestamps to console log lines. by mbligh · 16 years ago