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

Conversation

masih
Copy link
Member

@masih masih commented Oct 8, 2024

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.

Compared to main the changes here don't make much difference in terms of the length of time it takes for CI to run the tests.

Fixes #623, #659, #684, #699

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
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.36%. Comparing base (cbf9c5f) to head (4a928a9).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #705      +/-   ##
==========================================
- Coverage   76.54%   76.36%   -0.18%     
==========================================
  Files          69       69              
  Lines        5584     5584              
==========================================
- Hits         4274     4264      -10     
- Misses        901      909       +8     
- Partials      409      411       +2     

see 3 files with indirect coverage changes

@Stebalien Stebalien added this pull request to the merge queue Oct 8, 2024
Merged via the queue into main with commit 8f6c558 Oct 8, 2024
13 checks passed
@Stebalien Stebalien deleted the masih/say-no-to-flaky-tests-and-other-drugs branch October 8, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants