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

Fix intermittent CI failure in EmptyQueue #23753

Merged

Commits on Mar 27, 2023

  1. Fix intermittent CI failure in EmptyQueue

    The ordering of the final token causing a close of the queue in this test may be out of sync due
    to concurrency. Instead just use ensure that the queue is closed when everything expected is done.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c6673ad View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    dceba10 View commit details
    Browse the repository at this point in the history
  2. fix tests again

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3cf4224 View commit details
    Browse the repository at this point in the history
  3. re-enable test

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed May 3, 2023
    Configuration menu
    Copy the full SHA
    5bf4119 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46de1b8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    8a07ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823c438 View commit details
    Browse the repository at this point in the history