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

Prevent intermittent NPE in queue tests #19301

Merged
merged 2 commits into from
Apr 2, 2022

Commits on Apr 1, 2022

  1. Prevent intermittent NPE in queue tests

    There appears to be an intermittent NPE in queue tests relating to the deferred
    shutdown/terminate functions.
    
    This PR more formally asserts that shutdown and termination occurs before starting
    and finishing the tests but leaves the defer in place to ensure that if there is an
    issue shutdown/termination will occur.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    614475c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    d73c26d View commit details
    Browse the repository at this point in the history