This is an automated email from the ASF dual-hosted git repository.
guluo2016 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 f001c5bd86c HBASE-30221 ADDENDUM use junit5 import in TestSnapshotInfo
(#8361)
f001c5bd86c is described below
commit f001c5bd86c39805f210e71c723fc5561f7cc8fa
Author: Peng Lu <[email protected]>
AuthorDate: Wed Jun 17 00:29:34 2026 +0800
HBASE-30221 ADDENDUM use junit5 import in TestSnapshotInfo (#8361)
Signed-off-by: Wellington Chevreuil <[email protected]>
Signed-off-by: Xiao Liu <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
.../org/apache/hadoop/hbase/master/snapshot/TestSnapshotInfo.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotInfo.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotInfo.java
index 3fb997907aa..5d8e27c22e3 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotInfo.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotInfo.java
@@ -17,8 +17,8 @@
*/
package org.apache.hadoop.hbase.master.snapshot;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertTrue;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
import java.io.IOException;
import java.util.List;