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

Issue 13799010: [Android] Reduce test logging verbosity. (Closed)

Created:
7 years, 8 months ago by frankf
Modified:
7 years, 8 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

[Android] Reduce test logging verbosity to INFO on buildbots. Also, the output of host commands are now at DEBUG level. BUG=160320 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193479

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -20 lines) Patch
M build/android/buildbot/bb_device_steps.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 2 9 chunks +19 lines, -6 lines 0 comments Download
M build/android/pylib/base/shard.py View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M build/android/pylib/cmd_helper.py View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M build/android/pylib/flag_changer.py View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M build/android/pylib/utils/report_results.py View 1 2 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
frankf
7 years, 8 months ago (2013-04-09 02:30:34 UTC) #1
Isaac (away)
Do you think the verbose logging is a potential cause of these issues?
7 years, 8 months ago (2013-04-09 02:33:53 UTC) #2
frankf
PTAL. @ilevy, this is now just meant to reduce noise in the logs.
7 years, 8 months ago (2013-04-10 19:04:13 UTC) #3
Isaac (away)
looks good w/ some nits. https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py#newcode199 build/android/pylib/android_commands.py:199: logging.info('[device]> %s', cmd) It'd ...
7 years, 8 months ago (2013-04-10 19:12:53 UTC) #4
craigdh
lgtm w/ nit. https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py#newcode199 build/android/pylib/android_commands.py:199: logging.info('[device]> %s', cmd) On 2013/04/10 19:12:53, ...
7 years, 8 months ago (2013-04-10 20:39:49 UTC) #5
frankf
PTAL. https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://codereview.chromium.org/13799010/diff/8001/build/android/pylib/android_commands.py#newcode199 build/android/pylib/android_commands.py:199: logging.info('[device]> %s', cmd) I added this anyways in ...
7 years, 8 months ago (2013-04-10 21:29:42 UTC) #6
craigdh
lgtm.
7 years, 8 months ago (2013-04-10 21:44:43 UTC) #7
Isaac (away)
sorry, didn't mean to block on buildbot owners. LGTM
7 years, 8 months ago (2013-04-10 21:55:16 UTC) #8
frankf
Committed patchset #3 manually as r193479 (presubmit successful).
7 years, 8 months ago (2013-04-10 22:39:04 UTC) #9
dgrogan
Android tests failed on the first run that included this patch: http://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/3185/steps/androidwebview_instrumentation_tests/logs/stdio Related?
7 years, 8 months ago (2013-04-11 00:24:35 UTC) #10
craigdh
7 years, 8 months ago (2013-04-11 00:28:52 UTC) #11
Message was sent while issue was closed.
On 2013/04/11 00:24:35, dgrogan wrote:
> Android tests failed on the first run that included this patch:
>
http://build.chromium.org/p/chromium.linux/builders/Android%2520Tests/builds/...
> 
> Related?

No, that's a test failing. This just changes the logging of the test scripts.

Powered by Google App Engine
This is Rietveld 408576698