-
-
Notifications
You must be signed in to change notification settings - Fork 115
Rename on_domain_shutdown to avoid DispVM clobbering the function #685
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
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 testsPerformance 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.