Skip to content

Commit

Permalink
[Java] Set fileSyncLevel to 0 for archive system test as it is not st…
Browse files Browse the repository at this point in the history
…able on Windows.
  • Loading branch information
mjpt777 committed Jul 14, 2017
1 parent 1b0a9d1 commit dd2c830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void before() throws Exception
final int segmentFileLength = termLength << rnd.nextInt(4);
archiveDir = TestUtil.makeTempDir();
archiverCtx
.fileSyncLevel(2)
.fileSyncLevel(0)
.mediaDriverAgentInvoker(driver.sharedAgentInvoker())
.archiveDir(archiveDir)
.segmentFileLength(segmentFileLength)
Expand Down

0 comments on commit dd2c830

Please sign in to comment.