Add error messages to few more QREXEC_EXIT_PROBLEM cases#196
Add error messages to few more QREXEC_EXIT_PROBLEM cases#196marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
Tests detect that sometimes qrexec call fails with QREXEC_EXIT_PROBLEM, but no message about the actual cause. Review all instances of QREXEC_EXIT_PROBLEM and try to cover missing ones with an error message.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #196 +/- ##
==========================================
- Coverage 78.89% 78.76% -0.13%
==========================================
Files 55 55
Lines 10152 10160 +8
==========================================
- Hits 8009 8003 -6
- Misses 2143 2157 +14 ☔ 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=2025041215-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 tests37 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/132953#dependencies 9 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:16 performance degradations
Remaining performance tests:56 tests
|
Tests detect that sometimes qrexec call fails with QREXEC_EXIT_PROBLEM,
but no message about the actual cause. Review all instances of
QREXEC_EXIT_PROBLEM and try to cover missing ones with an error message.