HBASE-12640 Addendum fixes TestThriftHttpServer (Srikanth Srungarapu)

This commit is contained in:
tedyu 2014-12-17 20:00:04 -08:00
parent 9c532a0f9f
commit ebf9c9bce7
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,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