This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch HBASE-29368-key-management-feature
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to 
refs/heads/HBASE-29368-key-management-feature by this push:
     new 281dc166c2c Fix compilation error in HBASE-29368 feature branch (#7298)
281dc166c2c is described below

commit 281dc166c2ccab169f1de95d8b87f746f1363d0a
Author: Hari Krishna Dara <[email protected]>
AuthorDate: Fri Sep 12 23:48:10 2025 +0530

    Fix compilation error in HBASE-29368 feature branch (#7298)
---
 .../java/org/apache/hadoop/hbase/keymeta/TestManagedKeyDataCache.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/keymeta/TestManagedKeyDataCache.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/keymeta/TestManagedKeyDataCache.java
index c44e7d45061..f7afa7ee589 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/keymeta/TestManagedKeyDataCache.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/keymeta/TestManagedKeyDataCache.java
@@ -223,6 +223,7 @@ public class TestManagedKeyDataCache {
       verify(testProvider).unwrapKey(any(String.class), any());
     }
 
+    @Test
     public void testWithInvalidProvider() throws Exception {
       ManagedKeyData globalKey1 = testProvider.getManagedKey(CUST_ID, 
KEY_SPACE_GLOBAL);
       doThrow(new IOException("Test 
exception")).when(testProvider).unwrapKey(any(String.class),

Reply via email to