-
-
Notifications
You must be signed in to change notification settings - Fork 80
Assure multiprocess start method is fork
#383
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
Assure multiprocess start method is fork
#383
Conversation
Python 3.14 in Fedora 43 changes the default start method for multiprocessing away from fork. We set it back to `fork`. resolves: QubesOS/qubes-issues#10225
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
=======================================
Coverage 76.16% 76.17%
=======================================
Files 53 53
Lines 9235 9237 +2
=======================================
+ Hits 7034 7036 +2
Misses 2201 2201 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025091704-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025081011-4.3&flavor=update
Failed tests25 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 85 fixed
Unstable testsPerformance TestsPerformance degradation:10 performance degradations
Remaining performance tests:164 tests
|
Python 3.14 in Fedora 43 changes the default start method for multiprocessing away from fork. We set it back to
fork.resolves: QubesOS/qubes-issues#10225