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.
I noticed that the
testAuthConfigurationtest inITBasicAuthConfigurationTestexperiences 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.