This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 4315d6380f0 HBASE-29885 Enable Disabled UT
TestNamespacesInstanceResource.testInvalidNamespacePostsAndPuts (#7732)
4315d6380f0 is described below
commit 4315d6380f049d13cab53b93607007b0d9d38456
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 c12ea02c5d9..6c62af5623c 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
@@ -54,7 +54,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;
@@ -244,7 +243,6 @@ public class TestNamespacesInstanceResource {
assertEquals(503, response.getCode());
}
- @Disabled("HBASE-19210")
@Test
public void testInvalidNamespacePostsAndPuts() throws IOException,
JAXBException {
String namespacePath1 = "/namespaces/" + NAMESPACE1;