driftx commented on code in PR #3206:
URL: https://github.com/apache/cassandra/pull/3206#discussion_r1543359911
##########
test/distributed/org/apache/cassandra/distributed/test/HintsMaxSizeTest.java:
##########
@@ -99,6 +172,36 @@ public void testMaxHintedHandoffSize() throws Exception
}
}
+ private void waitUntilNoHints(IInvokableInstance node1, UUID node2UUID)
+ {
+ await().pollInterval(10, SECONDS)
+ .timeout(5, MINUTES)
Review Comment:
The timeout should probably be lower so if it times out we don't have to
wait 5 minutes to find out
--
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]