sabbey37 commented on a change in pull request #6121:
URL: https://github.com/apache/geode/pull/6121#discussion_r593310386



##########
File path: 
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/AbstractInfoIntegrationTest.java
##########
@@ -134,7 +132,7 @@ public void shouldReturnRedisVersion() {
 
   @Test
   public void shouldReturnTCPPort() {
-    int expectedPort = getExposedPort();
+    int expectedPort = getPort();
     String expectedResult = "tcp_port:" + expectedPort;

Review comment:
       Upon further inspection... I'm wondering if we need both of these tests 
(this one and `tcpPort_returnsExposedTCPPort()`) ...they seem so similar.




----------------------------------------------------------------
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]


Reply via email to