demery-pivotal opened a new pull request #6529: URL: https://github.com/apache/geode/pull/6529
PROBLEM `ClientServerTransactionFailoverWithMixedVersionServersDistributedTest` launches a locator with HTTP service enabled on the default port (7070). If these tests run in parallel outside of docker, each locator tries to bind the HTTP service to port 7070, and all but the first will fail. This happens even though the tests do not need the HTTP service. THIS COMMIT Starts the locators with HTTP service disabled. Authored-by: Dale Emery <dem...@vmware.com> -- 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: us...@infra.apache.org