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

Issue 858093003: Fix flaky testWebView on Android (Closed)

Created:
5 years, 11 months ago by Zhen Wang
Modified:
5 years, 11 months ago
Reviewers:
nednguyen, chrishenry
CC:
ariblue, chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix flaky testWebView on Android BUG=452266 Committed: https://crrev.com/db0e8ddf9c524249b40504e5de3ec36076aa6ce0 Cr-Commit-Position: refs/heads/master@{#313414}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Patch Set 3 : pydoc #

Total comments: 1

Patch Set 4 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M tools/telemetry/telemetry/core/backends/android_app_backend.py View 1 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform.py View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 31 (8 generated)
Zhen Wang
ptal
5 years, 11 months ago (2015-01-27 18:41:56 UTC) #2
chrishenry
https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py File tools/telemetry/telemetry/core/android_app_unittest.py (right): https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py#newcode30 tools/telemetry/telemetry/core/android_app_unittest.py:30: @decorators.Disabled('android') # crbug.com/452266 Would the right fix be simply ...
5 years, 11 months ago (2015-01-27 18:45:07 UTC) #3
nednguyen
lgtm
5 years, 11 months ago (2015-01-27 18:45:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858093003/1
5 years, 11 months ago (2015-01-27 18:46:27 UTC) #6
nednguyen
https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py File tools/telemetry/telemetry/core/android_app_unittest.py (right): https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py#newcode30 tools/telemetry/telemetry/core/android_app_unittest.py:30: @decorators.Disabled('android') # crbug.com/452266 Just realize that this disable decorator ...
5 years, 11 months ago (2015-01-27 18:48:07 UTC) #7
nednguyen
On 2015/01/27 18:48:07, nednguyen wrote: > https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py > File tools/telemetry/telemetry/core/android_app_unittest.py (right): > > https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py#newcode30 > ...
5 years, 11 months ago (2015-01-27 18:53:12 UTC) #9
nednguyen
On 2015/01/27 18:48:07, nednguyen wrote: > https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py > File tools/telemetry/telemetry/core/android_app_unittest.py (right): > > https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py#newcode30 > ...
5 years, 11 months ago (2015-01-27 18:53:13 UTC) #10
Zhen Wang
On 2015/01/27 18:53:13, nednguyen wrote: > On 2015/01/27 18:48:07, nednguyen wrote: > > > https://codereview.chromium.org/858093003/diff/1/tools/telemetry/telemetry/core/android_app_unittest.py ...
5 years, 11 months ago (2015-01-27 19:02:51 UTC) #11
nednguyen
On 2015/01/27 19:02:51, Zhen Wang wrote: > On 2015/01/27 18:53:13, nednguyen wrote: > > On ...
5 years, 11 months ago (2015-01-27 19:08:39 UTC) #12
chrishenry
On 2015/01/27 19:02:51, Zhen Wang wrote: > On 2015/01/27 18:53:13, nednguyen wrote: > > On ...
5 years, 11 months ago (2015-01-27 19:09:16 UTC) #13
Zhen Wang
None check fix the problem (locally tested). But I am not sure if it is ...
5 years, 11 months ago (2015-01-27 19:16:13 UTC) #14
chrishenry
On 2015/01/27 19:16:13, Zhen Wang wrote: > None check fix the problem (locally tested). But ...
5 years, 11 months ago (2015-01-27 19:22:57 UTC) #15
Zhen Wang
I add the pydoc now. ptal
5 years, 11 months ago (2015-01-27 21:21:40 UTC) #16
nednguyen
https://codereview.chromium.org/858093003/diff/40001/tools/telemetry/telemetry/core/backends/android_app_backend.py File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): https://codereview.chromium.org/858093003/diff/40001/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode24 tools/telemetry/telemetry/core/backends/android_app_backend.py:24: AndroidAppBackend is ready by default, i.e., _IsAppReady() returns True. ...
5 years, 11 months ago (2015-01-27 21:25:54 UTC) #17
Zhen Wang
On 2015/01/27 21:25:54, nednguyen wrote: > https://codereview.chromium.org/858093003/diff/40001/tools/telemetry/telemetry/core/backends/android_app_backend.py > File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): > > https://codereview.chromium.org/858093003/diff/40001/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode24 > ...
5 years, 11 months ago (2015-01-27 21:31:34 UTC) #18
nednguyen
lgtm
5 years, 11 months ago (2015-01-27 21:32:45 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858093003/60001
5 years, 11 months ago (2015-01-27 22:11:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/36667) Try jobs failed on following ...
5 years, 11 months ago (2015-01-27 22:20:23 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858093003/60001
5 years, 11 months ago (2015-01-27 22:21:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/36667)
5 years, 11 months ago (2015-01-27 22:21:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858093003/60001
5 years, 11 months ago (2015-01-28 00:24:48 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-28 00:26:16 UTC) #30
commit-bot: I haz the power
5 years, 11 months ago (2015-01-28 00:27:23 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db0e8ddf9c524249b40504e5de3ec36076aa6ce0
Cr-Commit-Position: refs/heads/master@{#313414}

Powered by Google App Engine
This is Rietveld 408576698