Skip to content

Commit

Permalink
HBASE-25475 : Unset zk based wal splitting explicitly in tests (ADDEN…
Browse files Browse the repository at this point in the history
…DUM) (#2891)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
  • Loading branch information
dasanjan1296 authored and virajjasani committed Jan 17, 2021
1 parent bab2d41 commit 7aca781
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public void testSplitLogs() throws Exception {
@Test
public void testSplitLogsWithDifferentWalAndRootFS() throws Exception{
HBaseTestingUtility testUtil2 = new HBaseTestingUtility();
testUtil2.getConfiguration().setBoolean(HBASE_SPLIT_WAL_COORDINATED_BY_ZK, false);
testUtil2.getConfiguration().setInt(HBASE_SPLIT_WAL_MAX_SPLITTER, 1);
Path dir = TEST_UTIL.getDataTestDirOnTestFS("testWalDir");
testUtil2.getConfiguration().set(CommonFSUtils.HBASE_WAL_DIR, dir.toString());
Expand Down

0 comments on commit 7aca781

Please sign in to comment.