Skip to content
Commit 409ba259 authored by Tony Trinh's avatar Tony Trinh
Browse files

Fix RecoveryCoordinatorTest

Use new instance of RecoveryCoordinator in each test. Otherwise, the timestamp
of the next call to isTooSoon() could happen well after the backoff threshold
on slow machines (such as small nodes on Cloudbees Jenkins), causing false
test failures.

This also renames and refines the individual tests.
parent 841d22ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment