You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/12/09 00:39:40 UTC

[GitHub] [geode] demery-pivotal opened a new pull request #7178: GEODE-9622: Make failover test not use ephemeral port

demery-pivotal opened a new pull request #7178:
URL: https://github.com/apache/geode/pull/7178


   PROBLEM
   
   `ClientServerTransactionFailoverWithMixedVersionServersDistributedTest`
   misused ephemeral ports. Some tests start a locator on an ephemeral
   port, stop the locator, and attempt to restart it on the same port.
   
   During the time the locator is stopped, the OS can assign that port to another process. When that happens, as in these failures, the test is unable to restart the locator.
   
   SOLUTION
   
   Change the test to use `AvailablePortHelper` to assign an available
   port, rather than requesting an ephemeral port.
   


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] demery-pivotal merged pull request #7178: GEODE-9622: Make failover test not use ephemeral port

Posted by GitBox <gi...@apache.org>.
demery-pivotal merged pull request #7178:
URL: https://github.com/apache/geode/pull/7178


   


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org