Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #416 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 195 195
Lines 6776 6776
Branches 213 213
=========================================
Hits 6776 6776 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
I've looked at some errors, the errors are happening because the plugin does not run with |
Member
Author
|
Ok, in fact it's just because of the pytest plugin initialization order to be arbitrary |
Member
|
It now has a lot of merge conflicts :( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have made things!
This PRs introduces a new pytest plugin called pytest-freethreaded which runs each test multiple times using threads and potentially tell us what are the areas we need to look for non thread safety things.
I've added a constraint to only install this plugin for Python 3.14+ versions!
Note
This PR is not intended to be merge, it's more a exploration. The fixes that would come from the results here will be fixed in separated PRs and then we rebase this branch to get the fixed stuff
Checklist
Related issues
Refs #55