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

test_runner: make end of work check stricter #52326

Merged
merged 1 commit into from
Apr 11, 2024

Commits on Apr 2, 2024

  1. test_runner: make end of work check stricter

    This commit updates the logic that checks for the end of the
    test run. Prior to this change, it was possible for root.run() to
    be called multiple times because of the way pending subtests
    were tracked. The extra calls to root.run() were harmless, but
    could trigger an EventEmitter leak warning due to 'abort'
    listeners being created.
    cjihrig committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0c02722 View commit details
    Browse the repository at this point in the history