-
-
Notifications
You must be signed in to change notification settings - Fork 117
Set deferred netvm for paused clients on shutdown #755
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
Set deferred netvm for paused clients on shutdown #755
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
- Coverage 70.68% 70.55% -0.13%
==========================================
Files 61 61
Lines 13809 13790 -19
==========================================
- Hits 9761 9730 -31
- Misses 4048 4060 +12
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:
|
7e18879 to
5feaff8
Compare
|
Is new feature necessary, isn't it enough to set
Even though the value is the same as before, it should be re-connected. I haven't checked if that's already the case, but looks similar to the case here. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025121708-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=2025111104-4.3&flavor=update
Failed tests13 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/158999#dependencies Unstable testsDetailsPerformance TestsPerformance degradation:No issues Remaining performance tests:No remaining performance tests |
This appears to be caused by this PR. |
Removing the feature. It's intent was to avoid extra reconnects, but in this example, it must reconnect. |
c81b3ba to
ccc46bc
Compare
Also don't skip connecting if netvm was changed to the original value, as the netvm may have restarted in the meantime. For: QubesOS#722 Fixes: QubesOS/qubes-issues#10173 For: QubesOS/qubes-issues#1512
ccc46bc to
274bb39
Compare
|
Can't mix with other preloaded disposable PRs because of merge conflict. Could I get more labels on this repo? |
|
If you want to test just a single PR, just skip |
Only network test that failed and error 125 is qrexec... The other failures on |
|
Passed openqa. This is a bug fix, not feature improvement. Maybe it can make to final release. |
The force feature exists for the sole reason of skipping deletion of the original feature if it has the same value as the current netvm.
For: #722
Fixes: QubesOS/qubes-issues#10173
For: QubesOS/qubes-issues#1512
Integration tests working locally.