druid/integration-tests/docker/environment-configs
Kashif Faraz cce539495d
[Flaky test] Fix basic auth integration test (#15561)
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.
2023-12-23 12:11:12 +05:30
..
override-examples Removes support for Hadoop 2 (#14763) 2023-08-09 17:47:52 +05:30
test-groups Refactor: Cleanup coordinator duties for metadata cleanup (#14631) 2023-08-05 13:08:23 +05:30
broker integration test for coordinator and overlord leadership client (#10680) 2020-12-17 22:50:12 -08:00
common [Flaky test] Fix basic auth integration test (#15561) 2023-12-23 12:11:12 +05:30
common-ldap Move service specific JVM parameters to the right in tests (#15325) 2023-11-06 15:45:59 +05:30
coordinator update heap size of coordinator, overlord services in docker IT environment (#14214) 2023-05-12 23:19:48 +05:30
empty-config Use Druid's extension loading for integration test instead of maven (#12095) 2022-01-05 23:33:04 -08:00
historical Increase historical heap for standard IT (#15337) 2023-11-08 15:21:30 +05:30
historical-for-query-error-test More unit tests for JsonParserIterator; Integration tests for query errors (#11091) 2021-04-12 15:08:50 -07:00
indexer Fix byte calculation for maxBytesInMemory to take into account of Sink/Hydrant Object overhead (#10740) 2021-01-27 00:34:56 -08:00
middlemanager increase middlemanager heap server size in tests (#14345) 2023-05-29 10:45:34 +05:30
overlord update heap size of coordinator, overlord services in docker IT environment (#14214) 2023-05-12 23:19:48 +05:30
router Increase heap size for router (#14699) 2023-08-01 08:58:48 +05:30
router-custom-check-tls Fix unit tests and GC settings for Java 15 (#11074) 2021-04-08 10:33:37 -07:00
router-no-client-auth-tls Fix unit tests and GC settings for Java 15 (#11074) 2021-04-08 10:33:37 -07:00
router-permissive-tls Fix unit tests and GC settings for Java 15 (#11074) 2021-04-08 10:33:37 -07:00