q-dev: fix and unify device detach on frontend shutdown#843
q-dev: fix and unify device detach on frontend shutdown#843piotrbartman wants to merge 1 commit into
Conversation
When a frontend qube with an attached device is shut down, the detach event should be fired Extract common parts to utils. Add tests
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #843 +/- ##
==========================================
+ Coverage 70.35% 70.50% +0.14%
==========================================
Files 61 61
Lines 14157 14195 +38
==========================================
+ Hits 9960 10008 +48
+ Misses 4197 4187 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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=2026072016-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 21 fixed
Unstable testsDetails
Performance TestsPerformance degradation:28 performance degradations
Remaining performance tests:83 tests
|
When a frontend qube with an attached device is shut down, the detach event should be fired Extract common parts to utils.
Add tests