Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22012
Change subject: KUDU-3613 fix flakiness in replace_tablet-itest ...................................................................... KUDU-3613 fix flakiness in replace_tablet-itest Before this patch, the ReplaceTabletITest.ReplaceTabletsWhileWriting test scenario would fail in about 2% of runs, mostly in ASAN builds. The issue was due to selecting the same tablet UUID by the ReplaceRandomTablet() test fixture's function two times in a row in case of scheduler anomalies when running on busy nodes. Change-Id: I8a8882da6276a1e7cc8d8f3cb3ce1c69f540a5d0 --- M src/kudu/integration-tests/replace_tablet-itest.cc 1 file changed, 27 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/12/22012/1 -- To view, visit http://gerrit.cloudera.org:8080/22012 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8a8882da6276a1e7cc8d8f3cb3ce1c69f540a5d0 Gerrit-Change-Number: 22012 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
