cshannon commented on PR #1566: URL: https://github.com/apache/activemq/pull/1566#issuecomment-3675068855
The failure was caused by a port issue which happens. It looks like we are no longer using the re-run failed tests flag which I feel like is kind of required for projects like this just because it's hard to avoid the following types of issues (ie ports in use) ``` [ERROR] JMSConsumerTest>CombinationTestSupport.runBare:107->testPrefetch1MessageNotDispatched:803 [ERROR] Errors: [ERROR] ActiveMQXASslConnectionFactoryTest>CombinationTestSupport.runBare:113->CombinationTestSupport.runBare:107->ActiveMQSslConnectionFactoryTest.testCreateFailoverTcpConnectionUsingKnownPort:106->ActiveMQSslConnectionFactoryTest.createBroker:339 ยป IO Failed to bind to server socket: tcp://localhost:61610?wireFormat.tcpNoDelayEnabled=true due to: java.net.BindException: Address already in use ``` @mattrpav - The other interesting thing is both my recent PRs jenkins is not finding the test output so it's not showing the failed tests. I have to manually dig through the output to find the failed test. I'm wondering if the parallel test stuff is causing issues with jenkins finding the file. The output shows: `No test report files were found. Configuration error?` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
