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

Issue 268363019: Let test runner rerun failures to test for flakes. (Closed)

Created:
6 years, 7 months ago by Michael Achenbach
Modified:
6 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Let test runner rerun failures to test for flakes. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -40 lines) Patch
M tools/run-tests.py View 3 chunks +66 lines, -40 lines 0 comments Download
M tools/testrunner/local/execution.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/testrunner/objects/testcase.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Achenbach
PTAL. TODOs are left for follow up CLs. The script does not yet hide any ...
6 years, 7 months ago (2014-05-08 13:09:24 UTC) #1
Jakob Kummerow
6 years, 7 months ago (2014-05-08 13:59:01 UTC) #2
To summarize our offline discussion: rather than invoking the entire machinery
again, test retrying should preferably be done within _RunInternal() in
execution.py, right after observing the failure. Also, the feature should be
off-by-default, since it's likely not desirable for interactive use of the test
driver during day-to-day development (we could have the existing --buildbot flag
trigger it).

Powered by Google App Engine
This is Rietveld 408576698