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


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestSplitLogManager.java:
##########
@@ -342,8 +336,7 @@ public long eval() {
         return (tot_mgr_resubmit.sum() + tot_mgr_resubmit_failed.sum());
       }
     }, 0, 1, 5 * 60000); // wait long enough
-    Assert.assertEquals("Could not run test. Lost ZK connection?", 0,
-      tot_mgr_resubmit_failed.sum());
+    assertEquals(tot_mgr_resubmit_failed.sum(), 0, "Could not run test. Lost 
ZK connection?");
     int version1 = ZKUtil.checkExists(zkw, tasknode);

Review Comment:
   Keep the behavior consistent with before



-- 
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