This is an automated email from the ASF dual-hosted git repository.
stoty 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 931b857c7e4 [ADDENDUM] HBASE-28832 Fixed TestInfoServersACL test
931b857c7e4 is described below
commit 931b857c7e46724f4ae5344dd13f035e1b6b2ee6
Author: Dávid Paksy <[email protected]>
AuthorDate: Wed Jan 15 10:48:11 2025 +0100
[ADDENDUM] HBASE-28832 Fixed TestInfoServersACL test
* There were some changes in the Bootstrap upgrade which caused the test to
fail because the test expected certain text to appear on the UI page.
---
.../src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
index 9a8aa333236..b613e2a824c 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
@@ -193,7 +193,7 @@ public class TestInfoServersACL {
@Test
public void testTableActionsAvailableForAdmins() throws Exception {
- final String expectedAuthorizedContent = "Actions:";
+ final String expectedAuthorizedContent = "Actions";
UserGroupInformation admin = UserGroupInformation
.loginUserFromKeytabAndReturnUGI(USER_ADMIN_STR,
KEYTAB_FILE.getAbsolutePath());
admin.doAs(new PrivilegedExceptionAction<Void>() {