yifan-c commented on a change in pull request #470: CASSANDRA-15630 fix
testSerializeError
URL: https://github.com/apache/cassandra/pull/470#discussion_r393948198
##########
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:
Picking the name mainly for clarity that the check is a long operation that
can run for the duration specified.
----------------------------------------------------------------
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]