Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | Add an info message about processing the control file | mbligh | 2 | -1/+6 |
2009-06-22 | Changed server sysinfo support code to reinstall the sysinfo Autotest | mbligh | 1 | -9/+36 |
2009-06-22 | Import logging into the namespace of server control files, | mbligh | 1 | -1/+1 |
2009-06-22 | * make utils.system* default to directing output to the logging module, inste... | showard | 3 | -21/+8 |
2009-06-22 | remove "connected" messages, as a first step in cleaning up ERROR logs. they... | showard | 2 | -6/+2 |
2009-06-18 | add two logging-related options to autoserv: | showard | 3 | -6/+17 |
2009-06-17 | get rid of some now-obsolete code | showard | 4 | -51/+43 |
2009-06-17 | Remove output from packages.checksum echo. This is an interim step to cleanin... | showard | 3 | -11/+20 |
2009-06-15 | Stop polling job results once we know them already. This should | mbligh | 1 | -6/+5 |
2009-06-15 | Unittest and typo fix for previous CL. | mbligh | 1 | -0/+1 |
2009-06-15 | Allow a couple of machines failing to install a kernel in the server | mbligh | 2 | -18/+86 |
2009-06-15 | Fix unittest failure due to recent frontend.py changes. | mbligh | 1 | -1/+1 |
2009-06-15 | change client-side logging to split files by severity and move them to the de... | showard | 1 | -1/+1 |
2009-06-15 | Update Autoserv logging config to write logs for each severity level (except ... | showard | 1 | -0/+1 |
2009-06-10 | Ensure all entry points get the import-time logging logic executed before oth... | showard | 1 | -1/+1 |
2009-06-10 | Make autoserv and autotest client use the new logging_manager system. I'd li... | showard | 6 | -145/+60 |
2009-06-08 | Added specific exceptions for various failures in verify and changed the | mbligh | 3 | -45/+111 |
2009-06-08 | Wrap the Host object garbage collection out so that it gets run on | mbligh | 1 | -10/+10 |
2009-06-08 | Fix up the repair script to properly use auto_monitor=False on all | mbligh | 1 | -4/+1 |
2009-06-08 | Make server/frontend.py poll_job_results use one RPC for all hosts, | mbligh | 1 | -17/+33 |
2009-06-08 | The collect failure logs code may fail if the profiler fails very | mbligh | 1 | -2/+5 |
2009-06-08 | Fix some uninitialized variables when poll_job_results is | mbligh | 1 | -5/+9 |
2009-06-08 | Double poll interval for now to lessen load on server until | mbligh | 1 | -1/+1 |
2009-06-08 | Changed server side sysinfo support code to remember the host/autotest | mbligh | 1 | -21/+39 |
2009-06-08 | Add in some try-except handling to the server profiler launcher so that | mbligh | 1 | -6/+39 |
2009-06-08 | Changed Host.repair_full() to not raise | mbligh | 1 | -6/+7 |
2009-06-08 | Make the frontend scripts log job results for each platform | mbligh | 1 | -9/+51 |
2009-06-08 | Add a method to Host for doing something similar to os.path.exists. | jadmanski | 1 | -0/+7 |
2009-05-22 | Add a slightly friendlier repr for remote hosts. Since these objects | jadmanski | 1 | -0/+4 |
2009-05-21 | Break the crashinfo up into a bunch of separate, documented functions. | jadmanski | 1 | -24/+86 |
2009-05-21 | Clean up _get_autodir in autotest.py a bit. Adds in some more logging | jadmanski | 1 | -5/+8 |
2009-05-21 | Change the server-side profilers to use their own host objects, instead | jadmanski | 6 | -105/+128 |
2009-05-21 | Fix up the logging of unexpected client aborts to flush all the | jadmanski | 1 | -4/+10 |
2009-05-21 | A new version of the fix to handle race conditions between console | jadmanski | 2 | -5/+18 |
2009-05-21 | Modify reboot timeout to be 5 minutes longer than the warning | mbligh | 1 | -1/+1 |
2009-05-21 | Properly handle failures in frontend.py. At the moment, we | mbligh | 1 | -0/+2 |
2009-05-21 | Make sure we do an explicit is_authenticated check, since it's not | mbligh | 1 | -0/+3 |
2009-05-21 | Disable POWER_FAILURE class warnings during a hard reset, since this sort of | mbligh | 1 | -4/+10 |
2009-05-18 | Encode args as args, not dargs as args. | jadmanski | 1 | -1/+1 |
2009-05-13 | Replaced os.environ['HOME'] usage with os.path.expanduser() to not fail | mbligh | 1 | -1/+1 |
2009-05-13 | Ignore spurious repair failures that shouldn't be there, as well | mbligh | 1 | -3/+4 |
2009-05-13 | Adds a -G to autoserv to be able to set host_group_name in the group keyvals | mbligh | 4 | -13/+66 |
2009-05-13 | Fix args splitting when we don't have any | mbligh | 1 | -1/+2 |
2009-05-13 | Consolidate control files to one central one. | mbligh | 1 | -0/+3 |
2009-05-13 | Delete some of the autotest unit tests wrapped around the server/autotest.py | jadmanski | 1 | -58/+0 |
2009-05-13 | Summary: Remove 'client global keyval' retrieving, as it is a no-op most of t... | jadmanski | 1 | -63/+0 |
2009-05-12 | Kill duplicate import of traceback | mbligh | 1 | -1/+1 |
2009-05-12 | If kicking off one test doesn't work, don't stop, just carry on | mbligh | 1 | -7/+10 |
2009-05-11 | Added utils.get_relative_path() to compute the path of an absolute path | mbligh | 2 | -8/+20 |
2009-05-06 | Fix up a possible race in the profiler startup; have the server | jadmanski | 1 | -0/+2 |