yanxinyi commented on a change in pull request #962:
URL: https://github.com/apache/phoenix/pull/962#discussion_r521026785



##########
File path: phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
##########
@@ -1874,7 +1874,8 @@ protected static void splitTable(TableName fullTableName, 
List<byte[]> splitPoin
                 availableRegionServers.remove(serverName);
             }
         }
-        assertTrue("No region servers available to move regions on to ", 
!availableRegionServers.isEmpty());
+        assertFalse("No region servers available to move regions on to ",

Review comment:
       I like `assertFalse` here and remove `!`




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