demery-pivotal opened a new pull request #6752: URL: https://github.com/apache/geode/pull/6752
PROBLEM `GeodeRedisServerStartupDUnitTest.startupFailsGivenPortAlreadyInUse()` asserted that the root cause message of the expected exception was exactly "Address already in use". The JDK makes no guarantee about the exception message of a `BindException`, so this assertion is overly strict. SOLUTION Change the test to assert that the thrown exception is a `BindException`. -- 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]
