Hello Alexey Serbin, Kudu Jenkins, Adar Dembo, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11342
to look at the new patch set (#4).
Change subject: build-support: option to retry all failed tests
......................................................................
build-support: option to retry all failed tests
Currently, users can opt to retry flaky tests as reported by the
user-specified test server. The test server's flaky test list may not
accurately reflect what tests are flaky in all environments. In
environments where there are flaky tests that are under-represented by
the test server, it would still be nice to be resilience to flakies. As
such, this patch adds an option to retry all failed tests.
Here's a run of a non-flaky test into which I added a FATAL log.
http://dist-test.cloudera.org/job?job_id=awong.1535433877.28172
Change-Id: I24aea0b9e7a1c2c66bc5feffcb454ff01cdca6fd
---
M build-support/dist_test.py
M build-support/run-test.sh
M src/kudu/fs/data_dirs-test.cc
3 files changed, 30 insertions(+), 16 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/11342/4
--
To view, visit http://gerrit.cloudera.org:8080/11342
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I24aea0b9e7a1c2c66bc5feffcb454ff01cdca6fd
Gerrit-Change-Number: 11342
Gerrit-PatchSet: 4
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins