Skip to content

[CI] Try to fix race condition - #1404

Closed
LennartPurucker wants to merge 2 commits into
developfrom
fix_ci_race_condition
Closed

[CI] Try to fix race condition#1404
LennartPurucker wants to merge 2 commits into
developfrom
fix_ci_race_condition

Conversation

@LennartPurucker

Copy link
Copy Markdown
Contributor

Ensure we have one process per file such that autouse fixture and TestBase class do not clash.

@codecov-commenter

codecov-commenter commented Jun 16, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.13%. Comparing base (d36593d) to head (ed8f4fc).

Additional details and impacted files
@@ Coverage Diff @@## develop #1404 +/- ##
===========================================
+ Coverage 84.05% 84.13% +0.07% 
===========================================
Files 38 38 Lines 5230 5230 ===========================================
+ Hits 4396 4400 +4 + Misses 834 830 -4 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LennartPurucker

Copy link
Copy Markdown
ContributorAuthor

Wait for #1372 to merge, rebase this, and try agian.

@LennartPurucker

Copy link
Copy Markdown
ContributorAuthor

Together with the fix regarding MP spawn in #1372, this should resolve #1378

@LennartPurucker

Copy link
Copy Markdown
ContributorAuthor

This does not seem to solve the problem. So we need to refactor the tests in a different way.

@LennartPurucker
LennartPurucker deleted the fix_ci_race_condition branch June 17, 2025 13:29
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LennartPurucker@codecov-commenter