Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: wait for keyring in plan submission tests
In #23977 we merged a change to how the keyring was stored. Because keyring initialization takes slightly longer now, this uncovered existing timing bugs in some of our tests where tests that require the keyring (ex. plan applier tests) were waiting for the leader but not the keyring initialization. Fix another example we've seen causing test flakes.
- Loading branch information