Browse Source
DynamicBrokerReconfigurationTest currently assumes that passwords encoded with one secret will fail with an exception if decoded with another secret and configures an old.secret in setUp. This could potentially cause test failures if a password was incorrectly decoded with the wrong secret, since the test writes passwords encoded with the new secret directly to ZooKeeper. Since old.secret is only used in one test for verifying secret rotation, this config can be moved to that test to avoid transient failures. Reviewers: Ismael Juma <ismael@juma.me.uk>pull/4766/head
Rajini Sivaram
7 years ago
committed by
GitHub
2 changed files with 13 additions and 9 deletions
Loading…
Reference in new issue