You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/17 20:54:35 UTC

[GitHub] [druid] paul-rogers opened a new issue, #13111: Flaky UT: JettyWithResponseFilterEnabledTest

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: commits-unsubscribe@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Flaky UT: JettyWithResponseFilterEnabledTest (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13111:
URL: https://github.com/apache/druid/issues/13111#issuecomment-1883994880

   This issue has been marked as stale due to 280 days of inactivity.
   It will be closed in 4 weeks if no further activity occurs. If this issue is still
   relevant, please simply write any comment. Even if closed, you can still revive the
   issue at any time or discuss it on the dev@druid.apache.org list.
   Thank you for your contributions.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Flaky UT: JettyWithResponseFilterEnabledTest (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13111:
URL: https://github.com/apache/druid/issues/13111#issuecomment-1933154423

   This issue has been closed due to lack of activity. If you think that
   is incorrect, or the issue requires additional review, you can revive the issue at
   any time.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


Re: [I] Flaky UT: JettyWithResponseFilterEnabledTest (druid)

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #13111: Flaky UT: JettyWithResponseFilterEnabledTest
URL: https://github.com/apache/druid/issues/13111


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org