cnauroth opened a new pull request #433: URL: https://github.com/apache/ratis/pull/433
… consistently ## What changes were proposed in this pull request? Change tests to bind server sockets to loopback interface instead of wildcard. This resolves intermittent bind failures from unclosed sockets during some tests like `TestMultiRaftGroup`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1147 ## How was this patch tested? `TestMultiRaftGroup` consistently failed on Mac before this patch. After this patch, it consistently passes, and I have all Ratis tests passing on Mac. I also ran `TestMultiRaftGroup` in the Ubuntu image to confirm no harm done to Linux. ---------------------------------------------------------------- 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]
