HBASE-12640 Addendum fixes TestThriftHttpServer (Srikanth Srungarapu)
This commit is contained in:
parent
00f4ff420e
commit
58cd2cf6e2
|
@ -66,6 +66,7 @@ public class TestThriftHttpServer {
|
|||
@BeforeClass
|
||||
public static void setUpBeforeClass() throws Exception {
|
||||
TEST_UTIL.getConfiguration().setBoolean("hbase.regionserver.thrift.http", true);
|
||||
TEST_UTIL.getConfiguration().setBoolean("hbase.table.sanity.checks", false);
|
||||
TEST_UTIL.startMiniCluster();
|
||||
//ensure that server time increments every time we do an operation, otherwise
|
||||
//successive puts having the same timestamp will override each other
|
||||
|
|
Loading…
Reference in New Issue