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

assert: fix TestEventuallyTimeout #1412

Merged
merged 3 commits into from Jan 26, 2024

Commits on Oct 16, 2023

  1. assert: fix TestEventuallyTimeout

    Fix TestEventuallyIssue805 which was flaky because of the use of a timer
    that has exactly the same duration as the Eventually timout. But time is
    not a synchronization primitive.
    
    Now we use channels to ensure that the condition is still running and
    Eventually times out before checking its return value.
    
    The test is also renamed to TestEventuallyTimeout to more clearly show
    its purpose.
    dolmen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e8837d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dca985 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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