Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fix spurious failure of stats tests
Some of the test_stats tests would fail occasionally with the wrong queue length. Traced it back to the redis 'Queue' object somehow persisting across tests. We now ensure that a fresh queue is used for each test. Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
- Loading branch information