agingade commented on a change in pull request #7111:
URL: https://github.com/apache/geode/pull/7111#discussion_r754527757
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/tier/sockets/DurableRegistrationDUnitTest.java
##########
@@ -413,13 +411,10 @@ public void run2() throws CacheException {
public void testDurableClientWithRegistrationHA() {
// Step 1: Start server1
+ PORT1 = this.server1VM
+ .invoke(() -> CacheServerTestUtil.createCacheServer(regionName,
Boolean.TRUE));
PORT2 = getRandomAvailableTCPPort();
- PORT1 = ((Integer) this.server1VM
- .invoke(() -> CacheServerTestUtil.createCacheServer(regionName, new
Boolean(true))))
- .intValue();
-
-
Review comment:
Now I get it...Your comments are in relation to changes in line# 419 and
line#519. Not related to line#120 :)
--
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]