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

Issue 1915033009: Handle Telemetry's TimeoutException in retries of flaky tests.

Created:
4 years, 7 months ago by Ken Russell (switch to Gerrit)
Modified:
4 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org, bajones
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handle Telemetry's TimeoutException in retries of flaky tests. Exceptions raised in DidRunStory weren't being caught. BUG=603329 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 #

Patch Set 2 : Added unit test. #

Patch Set 3 : Redo patch to handle exceptions in DidRunStory. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -5 lines) Patch
M content/test/gpu/gpu_tests/gpu_test_base.py View 1 2 6 chunks +43 lines, -0 lines 1 comment Download
M content/test/gpu/gpu_tests/gpu_test_base_unittest.py View 1 2 4 chunks +47 lines, -5 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Ken Russell (switch to Gerrit)
Mo: please review. Thanks.
4 years, 7 months ago (2016-04-28 16:45:37 UTC) #3
nednguyen
On 2016/04/28 16:45:37, Ken Russell OOO till 5-2-2016 wrote: > Mo: please review. Thanks. Hmh, ...
4 years, 7 months ago (2016-04-28 16:49:36 UTC) #4
nednguyen
On 2016/04/28 16:49:36, nednguyen (ooo til 5-4) wrote: > On 2016/04/28 16:45:37, Ken Russell OOO ...
4 years, 7 months ago (2016-04-28 16:50:37 UTC) #5
Ken Russell (switch to Gerrit)
On 2016/04/28 16:50:37, nednguyen (ooo til 5-4) wrote: > On 2016/04/28 16:49:36, nednguyen (ooo til ...
4 years, 7 months ago (2016-04-28 18:08:00 UTC) #6
nednguyen(REVIEW IN OTHER ACC)
On 2016/04/28 18:08:00, Ken Russell OOO till 5-2-2016 wrote: > On 2016/04/28 16:50:37, nednguyen (ooo ...
4 years, 7 months ago (2016-04-28 18:21:02 UTC) #7
Ken Russell (switch to Gerrit)
On 2016/04/28 18:21:02, nednguyen(REVIEW IN OTHER ACC) wrote: > On 2016/04/28 18:08:00, Ken Russell OOO ...
4 years, 7 months ago (2016-04-28 21:43:42 UTC) #8
Ken Russell (switch to Gerrit)
4 years, 7 months ago (2016-04-29 07:17:09 UTC) #11
Ken Russell (switch to Gerrit)
Adding other Telemetry owners for any feedback on the approach.
4 years, 7 months ago (2016-04-29 07:17:46 UTC) #13
nednguyen
4 years, 7 months ago (2016-05-04 17:58:25 UTC) #14
I think your unittest doesn't include the behavior of the next page in the run
yet

https://codereview.chromium.org/1915033009/diff/40001/content/test/gpu/gpu_te...
File content/test/gpu/gpu_tests/gpu_test_base.py (right):

https://codereview.chromium.org/1915033009/diff/40001/content/test/gpu/gpu_te...
content/test/gpu/gpu_tests/gpu_test_base.py:129: if expectation != 'pass':
I think you may want exercise the code path of tearing down the browser &
restarting it here since the story_runner will no longer do that for you
https://github.com/catapult-project/catapult/blob/master/telemetry/telemetry/...

Powered by Google App Engine
This is Rietveld 408576698