HBASE-9610 TestThriftServer.testAll failing
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525679 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21796347aa
commit
527b15e101
|
@ -166,6 +166,7 @@ public class TestThriftServer {
|
|||
Hbase.Iface handler = getHandlerForMetricsTest(metrics, conf);
|
||||
try {
|
||||
metricsHelper.assertCounter("createTable_num_ops", 2, metrics.getSource());
|
||||
LOG.info("SHOULD NOT BE HERE");
|
||||
} catch (AssertionError e) {
|
||||
// DEBUGGING
|
||||
LOG.info("Got expected assertion error");
|
||||
|
@ -682,6 +683,4 @@ public class TestThriftServer {
|
|||
handler.scannerGet(scannerId);
|
||||
handler.scannerClose(scannerId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue