mirror of https://github.com/apache/druid.git
cce539495d
Database slowness while doing audits seems to be causing flakiness in auth ITs. The failing test is almost always `ITBasicAuthConfigurationTest.test_avaticaQuery_datasourceAndContextParamsUser` but in some rare cases, other tests fail too. Alternately, this failing test has been seen to pass too. It is most likely because the auth changes are not able to propagate in time from the coordinator to other services. Fix: Just log the audits rather than persisting them to database. Most audits have been newly added and it is okay to not have them persisted. Moreover, logging audits can also be more beneficial while debugging an IT. |
||
---|---|---|
.. | ||
override-examples | ||
test-groups | ||
broker | ||
common | ||
common-ldap | ||
coordinator | ||
empty-config | ||
historical | ||
historical-for-query-error-test | ||
indexer | ||
middlemanager | ||
overlord | ||
router | ||
router-custom-check-tls | ||
router-no-client-auth-tls | ||
router-permissive-tls |