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