David Ribeiro Alves has submitted this change and it was merged.

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
Reviewed-on: http://gerrit.cloudera.org:8080/6279
Reviewed-by: Todd Lipcon <[email protected]>
Tested-by: Kudu Jenkins
---
M src/kudu/integration-tests/ts_recovery-itest.cc
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/6279
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I208fc1fb05dcb0cd6f5386792efc66e5e24272de
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to