Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky ITBasicAuthConfigurationTest #7021

Closed
justinborromeo opened this issue Feb 6, 2019 · 0 comments · Fixed by #9072
Closed

Flaky ITBasicAuthConfigurationTest #7021

justinborromeo opened this issue Feb 6, 2019 · 0 comments · Fixed by #9072

Comments

@justinborromeo
Copy link
Contributor

I noticed that the testAuthConfiguration test in ITBasicAuthConfigurationTest experiences transient failures. Based on the stack trace, it seems that the attempted GET request to the router status endpoint returned a 403 (which might be indicative of an actual issue since it's an auth test?).

Stack trace:

testAuthConfiguration(org.apache.druid.tests.security.ITBasicAuthConfigurationTest) Time elapsed: 22.143 s <<< FAILURE! org.apache.druid.java.util.common.ISE: Error while making request to url[http://127.0.0.1:8888/status] status[403 Forbidden] content[{"Access-Check-Result":"Allowed:false, Message:"}] at org.apache.druid.tests.security.ITBasicAuthConfigurationTest.makeRequest(ITBasicAuthConfigurationTest.java:362) at org.apache.druid.tests.security.ITBasicAuthConfigurationTest.checkNodeAccess(ITBasicAuthConfigurationTest.java:297) at org.apache.druid.tests.security.ITBasicAuthConfigurationTest.testAuthConfiguration(ITBasicAuthConfigurationTest.java:165)

The full log can be found at https://api.travis-ci.org/v3/job/489746498/log.txt.

@justinborromeo justinborromeo changed the title ITBasicAuthConfigurationTest.testAuthConfiguration is Flaky Flaky ITBasicAuthConfigurationTest Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants