Import qubes code after gbulb - #325
Conversation
If qubesadmin.events is imported before gbulb, it leads to memory leaks. To maintain consistency in the import order, place qubes modules after gbulb is installed. Fixes: QubesOS/qubes-issues#8442
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
- Coverage 92.80% 92.79% -0.01%
==========================================
Files 66 66
Lines 13835 13835
==========================================
- Hits 12839 12838 -1
- Misses 996 997 +1 ☔ View full report in Codecov by Harness. 🚀 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=2026080503-devel&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=2026050504-devel&flavor=update
Failed tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/176874#dependencies 33 fixed
Unstable testsDetails
Performance TestsPerformance degradation:23 performance degradations
Remaining performance tests:88 tests
|
If qubesadmin.events is imported before gbulb, it leads to memory leaks. To maintain consistency in the import order, place qubes modules after gbulb is installed.
Fixes: QubesOS/qubes-issues#8442
Untested.