dcapwell commented on a change in pull request #470: CASSANDRA-15630 fix
testSerializeError
URL: https://github.com/apache/cassandra/pull/470#discussion_r393926560
##########
File path: test/unit/org/apache/cassandra/net/ConnectionUtils.java
##########
@@ -96,6 +93,11 @@ public OutboundCountChecker error(long count, long bytes)
return this;
}
+ public void longCheck(long timeout, TimeUnit timeUnit)
Review comment:
why not just `check`? you don't have a signature conflict so could have the
same API but with the duration.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]