Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Issue 6602098: [crosutils] Add --quiet to cros_run_parallel_vm_tests (Closed)

Created:
9 years, 9 months ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

[crosutils] Add --quiet to cros_run_parallel_vm_tests When running tests that generate huge amounts of output (like desktopui_BrowserTest) it would be nice to suppress stdout and stderr so that the buildbot logs aren't enormous. Adding a --quiet flag that requires the --results_dir_root flag ensures that we can trim the output while still ensuring that the useful data is captured. BUG=8544 TEST=run two tests in parallel with --quiet and --results_dir_root and see that the output is where you expect it Change-Id: I25c7ad2bc1d017a30df0d1ad4604207443e711d7 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=2eae7c2

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments per petkov #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -7 lines) Patch
M bin/cros_run_parallel_vm_tests.py View 1 6 chunks +23 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Chris Masone
9 years, 9 months ago (2011-03-02 22:28:35 UTC) #1
petkov
it's functionally correct :-) a few nits/suggestions, LGTM otherwise. http://codereview.chromium.org/6602098/diff/1/bin/cros_run_parallel_vm_tests.py File bin/cros_run_parallel_vm_tests.py (right): http://codereview.chromium.org/6602098/diff/1/bin/cros_run_parallel_vm_tests.py#newcode54 bin/cros_run_parallel_vm_tests.py:54: ...
9 years, 9 months ago (2011-03-02 23:08:34 UTC) #2
Chris Masone
http://codereview.chromium.org/6602098/diff/1/bin/cros_run_parallel_vm_tests.py File bin/cros_run_parallel_vm_tests.py (right): http://codereview.chromium.org/6602098/diff/1/bin/cros_run_parallel_vm_tests.py#newcode54 bin/cros_run_parallel_vm_tests.py:54: self._quiet = quiet On 2011/03/02 23:08:34, petkov wrote: > ...
9 years, 9 months ago (2011-03-02 23:27:28 UTC) #3
petkov
9 years, 9 months ago (2011-03-02 23:30:00 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698