Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22240
Change subject: KUDU-3571: fix flakiness in AutoIncrementingItest.BootstrapNoWalsNoData ...................................................................... KUDU-3571: fix flakiness in AutoIncrementingItest.BootstrapNoWalsNoData The test AutoIncrementingItest.BootstrapNoWalsNoData sometimes failed due to MVCC timestamp has not been initialized or inability to wait for in-flight ops to be finished. This patch fixes this issue by waiting for everything to be consistent before scanning. Before this patch, when running the test with DEBUG configuration, 6/20 tests failed. After this patch, 20/20 tests succeed. Change-Id: I5bd387c82b632dbb77aa5a45f831273392ae05b4 Reviewed-on: http://gerrit.cloudera.org:8080/22133 Tested-by: Kudu Jenkins Reviewed-by: Abhishek Chennaka <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Ashwani Raina <[email protected]> (cherry picked from commit 2b9a2012f6d7b59931119dfad03e8d40e3031a0e) --- M src/kudu/integration-tests/auto_incrementing-itest.cc 1 file changed, 8 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/22240/1 -- To view, visit http://gerrit.cloudera.org:8080/22240 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: newchange Gerrit-Change-Id: I5bd387c82b632dbb77aa5a45f831273392ae05b4 Gerrit-Change-Number: 22240 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
