Fix protocol version negotiation on agent reconnect#195
Fix protocol version negotiation on agent reconnect#195marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
When qrexec-agent reconnect save newly negotiated protocol version. The agent might have been just updated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #195 +/- ##
==========================================
- Coverage 78.86% 78.82% -0.05%
==========================================
Files 55 55
Lines 10151 10152 +1
==========================================
- Hits 8006 8002 -4
- Misses 2145 2150 +5 ☔ View full report in Codecov by Sentry. 🚀 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=2025032720-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=2025031804-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/132953#dependencies 14 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:11 performance degradations
Remaining performance tests:61 tests
|
When qrexec-agent reconnect save newly negotiated protocol version. The
agent might have been just updated.
Found while testing #182