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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
