mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Fix two occasional flakes in the DR replication scenario: * Always verify that all nodes in the cluster are unsealed before verifying test data. Previously we only verified seal status on followers. * Fix an occasional timeout when waiting for the cluster to unseal by rewriting the module to retry for a set duration instead of exponential backoff. Signed-off-by: Ryan Cragun <me@ryan.ec>