liuxiaocs7 commented on code in PR #7861:
URL: https://github.com/apache/hbase/pull/7861#discussion_r2979957662


##########
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/replication/TestVerifyReplicationAdjunct.java:
##########
@@ -89,15 +79,14 @@ protected String getClusterKey(HBaseTestingUtil util) 
throws Exception {
     return util.getClusterKey();
   }
 
-  @Before
+  @BeforeEach
   public void setUp() throws Exception {
     cleanUp();
     UTIL2.deleteTableData(peerTableName);
   }
 
-  @BeforeClass
+  @BeforeAll
   public static void setUpBeforeClass() throws Exception {
-    TestReplicationBase.setUpBeforeClass();

Review Comment:
   Will be invoked in parent class `TestReplicationBase` automatically



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to