demery-pivotal opened a new pull request #6751: URL: https://github.com/apache/geode/pull/6751
PROBLEM A `RestAPICompatibilityTest` backward compatibility test assumed that two ephemeral ports would remain available while not in use. The test: 1. Launched two locators, each on an ephemeral port. 2. Stopped each locator. 3. Restarted each locator on its original (ephemeral) port. In between steps 2 and 3, some other process can bind to the port, causing the restart to fail. SOLUTION Change the test to assign a non-ephemeral port to each locator. -- 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]
