lvm: suppress logs on stdout when expecting json output#693
lvm: suppress logs on stdout when expecting json output#693marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
Apparently lvm sometimes logs messages to stdout (instead of stderr), which messes up json format. Disable those messages by passing --quiet option. Fixes QubesOS/qubes-issues#10023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #693 +/- ##
==========================================
- Coverage 70.59% 70.48% -0.11%
==========================================
Files 61 61
Lines 13306 13275 -31
==========================================
- Hits 9393 9357 -36
- Misses 3913 3918 +5
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:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025070405-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 tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 11 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:5 performance degradations
Remaining performance tests:67 tests
|
Apparently lvm sometimes logs messages to stdout (instead of stderr),
which messes up json format. Disable those messages by passing --quiet
option.
Fixes QubesOS/qubes-issues#10023