Rename on_domain_shutdown to avoid DispVM clobbering the function#685
Rename on_domain_shutdown to avoid DispVM clobbering the function#685marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #685 +/- ##
=======================================
Coverage 70.51% 70.51%
=======================================
Files 61 61
Lines 13312 13312
=======================================
Hits 9387 9387
Misses 3925 3925
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DispVM.on_domain_shutdown clobbers NetVMMixin.on_domain_shutdown. Rename the latter to avoid that.
b74fc95 to
69b7afd
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025062018-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=2025061004-4.3&flavor=update
Failed tests14 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 10 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:8 performance degradations
Remaining performance tests:64 tests
|
DispVM.on_domain_shutdown clobbers NetVMMixin.on_domain_shutdown. Rename
the latter to avoid that.