wchevreuil commented on a change in pull request #3347:
URL: https://github.com/apache/hbase/pull/3347#discussion_r644048799



##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
##########
@@ -396,11 +447,11 @@ public void testMetricsSourceBaseSourcePassThrough() {
     // after calling #setAgeOfLastShippedOpByTable
     boolean containsRandomNewTable = source.getSingleSourceSourceByTable()
         .containsKey("RandomNewTable");
-    Assert.assertEquals(false, containsRandomNewTable);
+    assertEquals(false, containsRandomNewTable);

Review comment:
       Not originally the scope of this PR, I'm reverting this change...

##########
File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
##########
@@ -396,11 +447,11 @@ public void testMetricsSourceBaseSourcePassThrough() {
     // after calling #setAgeOfLastShippedOpByTable
     boolean containsRandomNewTable = source.getSingleSourceSourceByTable()
         .containsKey("RandomNewTable");
-    Assert.assertEquals(false, containsRandomNewTable);
+    assertEquals(false, containsRandomNewTable);
     source.updateTableLevelMetrics(createWALEntriesWithSize("RandomNewTable"));
     containsRandomNewTable = source.getSingleSourceSourceByTable()
         .containsKey("RandomNewTable");
-    Assert.assertEquals(true, containsRandomNewTable);
+    assertEquals(true, containsRandomNewTable);

Review comment:
       Not originally the scope of this PR, I'm reverting this change...




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

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


Reply via email to