Automatically write /hash-app-dispvm/ entries for app-dispvm services#724
Conversation
Some application names have too long names for standard /qubes-service/app-dispvm.* qubesdb entries. Introduce new mechanism by writing to /hash-app-dispvm/(B64 encoded SHA256) to have it working for any length. Write original app name as the value (instead of just "1") to ease debugging if any. Fixes QubesOS/qubes-issues#7421
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #724 +/- ##
==========================================
- Coverage 70.55% 70.54% -0.02%
==========================================
Files 61 61
Lines 13616 13634 +18
==========================================
+ Hits 9607 9618 +11
- Misses 4009 4016 +7
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=2025082915-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=2025081011-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/149225#dependencies 72 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:15 performance degradations
Remaining performance tests:159 tests
|
Some application names have too long names for standard
/qubes-service/app-dispvm.* qubesdb entries. Introduce new mechanism by
writing to /hash-app-dispvm/(B64 encoded SHA256) to have it working for
any length. Write original app name as the value (instead of just "1")
to ease debugging if any.
Fixes QubesOS/qubes-issues#7421