Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: make TestHashRing() more reliable (#1467)
This might make the test more reliable. fixes #1446 We may have been hitting a deadlock situation where cronjobs were setting up their observation of channels and calling `clock.Now()` while the test tried to increment the mock clock (exact case is detailed more in #1368).
- Loading branch information