dcapwell commented on code in PR #3481:
URL: https://github.com/apache/cassandra/pull/3481#discussion_r1720300765


##########
test/unit/org/apache/cassandra/cql3/CQLTester.java:
##########
@@ -1943,6 +1949,132 @@ protected void assertRowCountNet(ResultSet r1, int 
expectedCount)
         Assert.assertEquals(String.format("expected %d rows but received %d", 
expectedCount, actualRowCount), expectedCount, actualRowCount);
     }
 
+    public abstract static class CellValidator

Review Comment:
   the store changes depending on the junit execution order (which isn't fixed) 
so needed a way to say "any" while still validating its a non-null int 
returned...  once I had this I found more usages such as the status being 
multiple possible ones!



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to