HBASE-27714 WALEntryStreamTestBase creates a new HBTU in startCluster method which causes all sub classes are testing default configurations (#5101)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
c2b64e7caa
commit
ce7b1d4e4f
|
@ -130,7 +130,6 @@ public abstract class WALEntryStreamTestBase {
|
|||
protected final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();
|
||||
|
||||
protected static void startCluster() throws Exception {
|
||||
TEST_UTIL = new HBaseTestingUtil();
|
||||
CONF = TEST_UTIL.getConfiguration();
|
||||
CONF.setLong("replication.source.sleepforretries", 10);
|
||||
TEST_UTIL.startMiniDFSCluster(3);
|
||||
|
|
Loading…
Reference in New Issue