Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
af82bca917ae08f81167bc6ce3912796574ec6ab
/
server
/
subcommand.py
3f638af
subcommand: Use retry.timeout instead of sleep loop.
by David James
· 10 years ago
04be2bd
Autotest: Change logging.warn() to logging.warning().
by Ilja H. Friedel
· 10 years ago
a57cc92
Log the original exceptions from subcommand.parallel() to help debugging
by mbligh
· 15 years ago
26f0d88
Add an info message about processing the control file
by mbligh
· 15 years ago
415dc21
Allow a couple of machines failing to install a kernel in the server
by mbligh
· 15 years ago
75cdfee
Make autoserv and autotest client use the new logging_manager system. I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once.
by showard
· 15 years ago
77e8da8
When a subcommand is started, clear out the return code. Otherwise if
by jadmanski
· 16 years ago
e183681
Package upkeep
by mbligh
· 16 years ago
d4d8628
by mbligh
· 16 years ago
c408c5e
by showard
· 16 years ago
550fdc2
Fix some issues with the new Host.__del__ -> Host.close changes.
by jadmanski
· 16 years ago
f4a87ca
We use os.fork() but don't exec or clear the SIGTERM handler. This is
by jadmanski
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 16 years ago
d93d7d2
Risk: Medium Visibility: Should improve error messages from failing commands.
by jadmanski
· 16 years ago
589bf32
Everybody loves to wallow in the error namespace even though its very naughty.
by mbligh
· 16 years ago
ccb9e18
Convert all imports on the server to use absolute imports.
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
158ba7b
I fixed a bug in AutoservSubcommandError.__str__ that was making the
by mbligh
· 17 years ago
6e2ffec
Enhance the error message displayed when a server-side test fails.
by mbligh
· 17 years ago
eec4d7a
Whenever a subcommand fails for some reason, we shouldn't include
by mbligh
· 17 years ago
61878d9
Subcommand shouldn't crash just because a debug directory already exists.
by mbligh
· 17 years ago
a1956d3
Don't blow away existing subdirectories from parallel commands
by mbligh
· 17 years ago
6cdb1bf
Add an exception if the subcommand fails.
by mbligh
· 17 years ago
c3aee0f
Added timeout to parallel subcommands.
by mbligh
· 17 years ago
3177be4
Fix up a couple places where autotest errors are referenced but
by mbligh
· 17 years ago
4d6feff
Fix exceptions not to be strings
by mbligh
· 17 years ago
dd3235b
Create a new run_grep method to parse command output generically.
by mbligh
· 17 years ago
42ff92f
Subprocesses should *never* raise an exception beyond fork_start.
by mbligh
· 17 years ago
84c0ab1
disable logging during post-test reboot (it was blowing away the logs)
by mbligh
· 17 years ago
cee25b1
This patch changes the modules functions in subcommand from starting with two
by mbligh
· 17 years ago
c526da3
Only make the debug dir if it's not null. Pointed out by Ben.
by mbligh
· 17 years ago
d7685d3
This patch make sure the directory for the BIOS, VGA BIOS and keymaps for qemu is specified.
by mbligh
· 17 years ago
c78523d
fix typo. Should have been self.tee
by mbligh
· 17 years ago
b491d02
Fix NULL option to subdir, and make it pay attention to tee=
by mbligh
· 17 years ago
dc735a2
clean up spacing everywhere
by mbligh
· 17 years ago
0c9e782
Stringify arguments to parallel_simple when using them for subdir
by mbligh
· 17 years ago
b0fab82
Add parallel support to new server
by mbligh
· 17 years ago