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

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

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

Description

Let test runner rerun failures to test for flakes. When enabled, this dynamically adds jobs that had failures back to the pool. Special json output for flakes will be handled in a separate CL. BUG=374134 LOG=n R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22143

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -18 lines) Patch
M tools/run-deopt-fuzzer.py View 1 1 chunk +4 lines, -2 lines 0 comments Download
M tools/run-tests.py View 1 2 chunks +10 lines, -1 line 0 comments Download
M tools/testrunner/local/execution.py View 4 chunks +41 lines, -12 lines 0 comments Download
M tools/testrunner/objects/context.py View 2 chunks +6 lines, -3 lines 0 comments Download
M tools/testrunner/objects/testcase.py View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Achenbach
PTAL https://codereview.chromium.org/360113003/diff/20001/tools/testrunner/local/execution.py File tools/testrunner/local/execution.py (right): https://codereview.chromium.org/360113003/diff/20001/tools/testrunner/local/execution.py#newcode149 tools/testrunner/local/execution.py:149: queue.append([self._GetJob(test)]) For simplicity, I put it all within ...
6 years, 5 months ago (2014-07-01 15:21:11 UTC) #1
Jakob Kummerow
LGTM with comments. Of course the high-level comment is that handling/hiding flaky failures in the ...
6 years, 5 months ago (2014-07-02 07:27:27 UTC) #2
Michael Achenbach
All done. > Of course the high-level comment is that handling/hiding flaky failures in the ...
6 years, 5 months ago (2014-07-02 08:06:33 UTC) #3
Michael Achenbach
6 years, 5 months ago (2014-07-02 08:15:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22143 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698