aboutsummaryrefslogtreecommitdiff
path: root/server/subcommand.py
AgeCommit message (Expand)Author
2022-05-13Fix py3 encoding error in cpickleRayan Dasoriya
2022-03-10autotest - default all paths to py3Derek Beckett
2021-05-20[Autotest][PY3] subcommand unittest compatibilityDerek Beckett
2020-08-26Reland "[Autotest] Python3 files/server/* migration"Derek Beckett
2020-08-24Revert "[Autotest] Python3 files/server/* migration"Nicolas Norvez
2020-08-21[Autotest] Python3 files/server/* migrationDerek Beckett
2017-08-23subcommand: Remove useless "lambda_function"Paul Hobbs
2017-07-24[autotest] Respect machine dict in parallel_simplePrathmesh Prabhu
2014-10-28subcommand: Use retry.timeout instead of sleep loop.David James
2014-05-08Autotest: Change logging.warn() to logging.warning().Ilja H. Friedel
2009-08-24Log the original exceptions from subcommand.parallel() to help debugging mbligh
2009-06-22Add an info message about processing the control filembligh
2009-06-15Allow a couple of machines failing to install a kernel in the servermbligh
2009-06-10Make autoserv and autotest client use the new logging_manager system. I'd li...showard
2009-04-21When a subcommand is started, clear out the return code. Otherwise ifjadmanski
2009-04-17Package upkeepmbligh
2009-02-26Open the log files appending not truncating them. This should fix ambligh
2009-01-08make drone_utility *much* more efficient with rsync subprocesses. It will no...showard
2008-11-20Fix some issues with the new Host.__del__ -> Host.close changes.jadmanski
2008-09-16We use os.fork() but don't exec or clear the SIGTERM handler. This isjadmanski
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski
2008-05-29Risk: Mediumjadmanski
2008-05-27Everybody loves to wallow in the error namespace even though its very naughty.mbligh
2008-04-17Convert all imports on the server to use absolute imports.mbligh
2008-03-11This patch enables the scheduler to pick up jobs that were left running after...mbligh
2008-03-07I fixed a bug in AutoservSubcommandError.__str__ that was making thembligh
2008-03-05Enhance the error message displayed when a server-side test fails.mbligh
2008-02-08Whenever a subcommand fails for some reason, we shouldn't includembligh
2008-02-08Subcommand shouldn't crash just because a debug directory already exists.mbligh
2008-02-08Don't blow away existing subdirectories from parallel commandsmbligh
2008-01-25Add an exception if the subcommand fails.mbligh
2008-01-17Added timeout to parallel subcommands.mbligh
2008-01-15Fix up a couple places where autotest errors are referenced butmbligh
2008-01-14Fix exceptions not to be stringsmbligh
2008-01-14Create a new run_grep method to parse command output generically.mbligh
2007-11-24Subprocesses should *never* raise an exception beyond fork_start.mbligh
2007-10-24disable logging during post-test reboot (it was blowing away the logs)mbligh
2007-08-31This patch changes the modules functions in subcommand from starting with two mbligh
2007-08-28Only make the debug dir if it's not null. Pointed out by Ben.mbligh
2007-08-10This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qem...mbligh
2007-08-10fix typo. Should have been self.teembligh
2007-08-09Fix NULL option to subdir, and make it pay attention to tee=mbligh
2007-08-02clean up spacing everywherembligh
2007-07-25Stringify arguments to parallel_simple when using them for subdirmbligh
2007-07-25Add parallel support to new servermbligh