Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12166
Change subject: KUDU-2652: deflake TsRecoveryITest.TestNoBlockIDReuseIfMissingBlocks ...................................................................... KUDU-2652: deflake TsRecoveryITest.TestNoBlockIDReuseIfMissingBlocks The test waits for a write workload to generate some orphaned blocks. With the default write pattern, this could sometimes take a while and cause the test to hit an error. This patch makes orphaned block generation faster by making the workload update a single row. Before this, I looped the test in debug mode with 32 stress threads and it failed 15/100 times. With the fix, this passed 1000/1000. Change-Id: I24a689702d29a744be8c113fedafec0307a90b1c --- M src/kudu/integration-tests/ts_recovery-itest.cc 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/66/12166/1 -- To view, visit http://gerrit.cloudera.org:8080/12166 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I24a689702d29a744be8c113fedafec0307a90b1c Gerrit-Change-Number: 12166 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
