paul-rogers opened a new issue, #13111: URL: https://github.com/apache/druid/issues/13111
The UT `JettyWithResponseFilterEnabledTest.testExtensionAuthFilter` failed in [this build](https://app.travis-ci.com/github/apache/druid/jobs/583078519): ```text org.apache.druid.server.initialization.JettyWithResponseFilterEnabledTest [ERROR] org.apache.druid.server.initialization.JettyWithResponseFilterEnabledTest.testExtensionAuthFilter Time elapsed: 0.317 s <<< ERROR! java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:50684 at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:349) ``` The same test passes locally in an IDE. Conclusion: the test is flaky, likely due to networking issues, or an attempt to run tests in parallel using the same listen port on the host. Jetty allows listening on a random port: tests should use that feature if they don't already do so. -- 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]
