Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix spurious failure of stats tests #1051

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. 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 <[email protected]>
    efahl committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    08d4698 View commit details
    Browse the repository at this point in the history