Alexey Serbin has uploaded a new patch set (#2).
Change subject: [tests] fixed flake in delete_table-itest
......................................................................
[tests] fixed flake in delete_table-itest
Fixed flake in DeleteTableITest.TestNoDeleteTombstonedTablets: if leader
election happened in the middle of the AddServer/RemoveServer sequence,
the test failed with error messages like the following:
src/kudu/integration-tests/delete_table-itest.cc:1217: Failure
Failed
Bad status: Illegal state: Replica 37783b00d5d34ffe87953cb90fa60e7c \
is not leader of this config. Role: FOLLOWER.
If running tests against a DEBUG build, it were about 3 failures
per 1K run:
http://dist-test.cloudera.org/job?job_id=aserbin.1504655654.10466
After the fix, there were no failures in multiple 1K runs:
http://dist-test.cloudera.org/job?job_id=aserbin.1504670739.3127
Change-Id: I7dda40ae1054becaf25963a6d301ecaed5a926f9
---
M src/kudu/integration-tests/delete_table-itest.cc
1 file changed, 106 insertions(+), 31 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/7972/2
--
To view, visit http://gerrit.cloudera.org:8080/7972
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7dda40ae1054becaf25963a6d301ecaed5a926f9
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Tidy Bot