Aiven-Open / auth-for-apache-kafka

Aiven Authentication and Authorization Plugins for Apache Kafka®
Apache License 2.0
2 stars 3 forks source link

Fixing flaky testConfigReloading by adding a proper waits instead of Thread.sleep #181

Closed AnatolyPopov closed 4 months ago

AnatolyPopov commented 4 months ago

The config reloading is quite quick but not instantaneous, so on some systems just having a Thread.sleep with some timeout is not enough.