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 2019/02/06 22:01:02 UTC

[GitHub] justinborromeo opened a new issue #7021: ITBasicAuthConfigurationTest.testAuthConfiguration is Flaky

justinborromeo opened a new issue #7021: ITBasicAuthConfigurationTest.testAuthConfiguration is Flaky
URL: https://github.com/apache/incubator-druid/issues/7021
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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