Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22133 )
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]> --- M src/kudu/integration-tests/auto_incrementing-itest.cc 1 file changed, 8 insertions(+), 3 deletions(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Looks good to me, approved Ashwani Raina: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/22133 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5bd387c82b632dbb77aa5a45f831273392ae05b4 Gerrit-Change-Number: 22133 Gerrit-PatchSet: 8 Gerrit-Owner: Yifan Zhang <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]>
