HBASE-14569 Disable hanging test TestNamespaceAuditor
This commit is contained in:
parent
64e30f1217
commit
4850757386
|
@ -85,6 +85,7 @@ import org.apache.zookeeper.KeeperException;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@ -420,7 +421,7 @@ public class TestNamespaceAuditor {
|
||||||
assertEquals(initialRegions, ADMIN.getTableRegions(tableTwo).size());
|
assertEquals(initialRegions, ADMIN.getTableRegions(tableTwo).size());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Ignore("Hangs on occasion waiting on countdown latch") @Test
|
||||||
public void testRegionOperations() throws Exception {
|
public void testRegionOperations() throws Exception {
|
||||||
String nsp1 = prefix + "_regiontest";
|
String nsp1 = prefix + "_regiontest";
|
||||||
NamespaceDescriptor nspDesc = NamespaceDescriptor.create(nsp1)
|
NamespaceDescriptor nspDesc = NamespaceDescriptor.create(nsp1)
|
||||||
|
|
Loading…
Reference in New Issue