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

Do not run F3 tests in parallel #705

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. Do not run F3 tests in parallel

    Repeated runs on CI
    shows that there is some contention when `f3_test.go` tests are run in
    parallel. See #700. Avoid F3 test flakiness by running them serially.
    
    This fixes the symptom that is test flakiness but not the root cause.
    The root cause may be within one of the test dependencies.
    
    Fixes #623, #659, #684, #699
    masih committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4a928a9 View commit details
    Browse the repository at this point in the history