This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new e59fa86e0d8 HBASE-29885 Enable Disabled UT
TestNamespacesInstanceResource.testInvalidNamespacePostsAndPuts (#7732)
e59fa86e0d8 is described below
commit e59fa86e0d86c0369943ab7b05f65ccb43709d3b
Author: Liu Xiao <[email protected]>
AuthorDate: Mon Feb 16 00:01:56 2026 +0800
HBASE-29885 Enable Disabled UT
TestNamespacesInstanceResource.testInvalidNamespacePostsAndPuts (#7732)
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 5ef06c1dfc00a7d1289068889d1f2c38fd0aa505)
---
.../org/apache/hadoop/hbase/rest/TestNamespacesInstanceResource.java | 2 --
1 file changed, 2 deletions(-)
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 522e3ed0cf1..480dab4a347 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,7 +53,6 @@ import org.apache.hadoop.hbase.util.Bytes;
import org.apache.http.Header;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
@@ -242,7 +241,6 @@ public class TestNamespacesInstanceResource {
assertEquals(503, response.getCode());
}
- @Disabled("HBASE-19210")
@Test
public void testInvalidNamespacePostsAndPuts() throws IOException,
JAXBException {
String namespacePath1 = "/namespaces/" + NAMESPACE1;