Edward Fancher has uploaded a new change for review. http://gerrit.cloudera.org:8080/6976
Change subject: Fix flaky test ...................................................................... Fix flaky test Looks like the test was setting a fault injection flag before the setup which was causing the setup to fail. Moving the flag setting to after the setup, but before Start seems to have done the trick. We were getting about 1 failure per 1000 runs before this change, 0 per 1000 after. Dist test job: http://dist-test.cloudera.org/job?job_id=efan.1495643022.19373 Change-Id: Ied9a55abd20841d350589ce56aa935ea1feece79 --- M src/kudu/integration-tests/ts_recovery-itest.cc 1 file changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/6976/1 -- To view, visit http://gerrit.cloudera.org:8080/6976 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ied9a55abd20841d350589ce56aa935ea1feece79 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Edward Fancher <[email protected]>
