HBASE-12640 Addendum fixes TestThriftHttpServer (Srikanth Srungarapu)

This commit is contained in:
tedyu 2014-12-17 19:56:15 -08:00
parent 00f4ff420e
commit 58cd2cf6e2
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class TestThriftHttpServer {
@BeforeClass @BeforeClass
public static void setUpBeforeClass() throws Exception { public static void setUpBeforeClass() throws Exception {
TEST_UTIL.getConfiguration().setBoolean("hbase.regionserver.thrift.http", true); TEST_UTIL.getConfiguration().setBoolean("hbase.regionserver.thrift.http", true);
TEST_UTIL.getConfiguration().setBoolean("hbase.table.sanity.checks", false);
TEST_UTIL.startMiniCluster(); TEST_UTIL.startMiniCluster();
//ensure that server time increments every time we do an operation, otherwise //ensure that server time increments every time we do an operation, otherwise
//successive puts having the same timestamp will override each other //successive puts having the same timestamp will override each other