You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/11/14 19:04:38 UTC

hbase git commit: HBASE-19210 TestNamespacesInstanceResource fails

Repository: hbase
Updated Branches:
  refs/heads/master e0580b20d -> f9b19c6e3


HBASE-19210 TestNamespacesInstanceResource fails


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f9b19c6e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f9b19c6e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f9b19c6e

Branch: refs/heads/master
Commit: f9b19c6e339829db1df9d9953bdb4c134280f117
Parents: e0580b2
Author: tedyu <yu...@gmail.com>
Authored: Tue Nov 14 11:04:31 2017 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Tue Nov 14 11:04:31 2017 -0800

----------------------------------------------------------------------
 .../apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f9b19c6e/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java
----------------------------------------------------------------------
diff --git a/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java b/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java
index 9c724cd..6d3e89d 100644
--- a/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java
+++ b/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java
@@ -53,6 +53,7 @@ import static org.junit.Assert.*;
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -241,6 +242,7 @@ public class TestNamespacesInstanceResource {
     assertEquals(503, response.getCode());
   }
 
+  @Ignore("HBASE-19210")
   @Test
   public void testInvalidNamespacePostsAndPuts() throws IOException, JAXBException {
     String namespacePath1 = "/namespaces/" + NAMESPACE1;