DonalEvans commented on code in PR #7608:
URL: https://github.com/apache/geode/pull/7608#discussion_r860337003
##########
geode-cq/src/distributedTest/java/org/apache/geode/internal/cache/tier/sockets/DurableClientSimpleDUnitTest.java:
##########
@@ -576,6 +577,7 @@ public void run2() throws CacheException {
@Test
public void
testReadyForEventsNotCalledImplicitlyForRegisterInterestWithCacheXML() {
+ int[] ports = getRandomAvailableTCPPorts(2);
Review Comment:
This variable is not used.
--
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]