demery-pivotal opened a new pull request #5935: URL: https://github.com/apache/geode/pull/5935
Some tests in ManagementRequestLoggingDistributedTest and RestAPIsAndInterOpsDUnitTest were using the default JMX port (1099). Some tests in TombstoneDUnitTest were using the default cache server port (40404). When these tests run in parallel outside of docker, they can fail to bind these ports if another test has already bound them. These tests now assign ports via AvailablePortHelper. Authored-by: Dale Emery <[email protected]> ---------------------------------------------------------------- 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]
