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:
Michael Stack 2013-09-23 19:51:26 +00:00
parent 21796347aa
commit 527b15e101
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
}