hashicorp / vault-secrets-operator

The Vault Secrets Operator (VSO) allows Pods to consume Vault secrets natively from Kubernetes Secrets.
https://hashicorp.com
Other
430 stars 89 forks source link

Fix backoff registry tests #762

Closed benashz closed 1 month ago

benashz commented 1 month ago

Reduce the randomization factor to ensure that each backoff duration is greater than the last. With the underlying backoff library it is possible to have new backoff durations that are less than a previous one.

tvoran commented 1 month ago

With the underlying backoff library it is possible to have new backoff durations that are less than a previous one.

Is that just due to the randomization being used with the default options?