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

bbr: Fix test flakes #578

Merged
merged 1 commit into from
Aug 6, 2024
Merged

bbr: Fix test flakes #578

merged 1 commit into from
Aug 6, 2024

Commits on Jul 31, 2024

  1. bbr: Fix test flakes

    This fixes test flakes that happen due to timing of clock actions.
    
    The tests involve multiple goroutines that access the current time of
    the clock, but it may happen that an Advance() call in the test happens
    before a read of the clock time to create a new timer, thus causing a
    test flake.
    
    This issue is fixed by adding appropriate synchronization.
    matheusd committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f2ca885 View commit details
    Browse the repository at this point in the history