David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/6279
Change subject: [ts_recovery-itest] Reduce flakyness of TestCrashBeforeWriteLogSegmentHeader ...................................................................... [ts_recovery-itest] Reduce flakyness of TestCrashBeforeWriteLogSegmentHeader This test expects a log roll before crashing, but with log compression enabled we can actually write a lot of data before rolling. This is making the test fail later with a timeout on Restart(). This patch disables log compression for this test, making sure that we don't write as much and thus making restart faster. Change-Id: I208fc1fb05dcb0cd6f5386792efc66e5e24272de --- M src/kudu/integration-tests/ts_recovery-itest.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/6279/1 -- To view, visit http://gerrit.cloudera.org:8080/6279 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I208fc1fb05dcb0cd6f5386792efc66e5e24272de Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
