-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
api: cache system info #651
base: main
Are you sure you want to change the base?
Conversation
6f13b22
to
085ef16
Compare
Collecting the information used for qrexec policy evaluation can be expensive, but it doesn't change that often. Cache it inside qubesd daemon, and invalidate the cache based on events related to any of the included information. Fixes QubesOS/qubes-issues#9362
085ef16
to
0f3d7fa
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 69.71% 69.69% -0.02%
==========================================
Files 58 58
Lines 12499 12511 +12
==========================================
+ Hits 8714 8720 +6
- Misses 3785 3791 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025020719-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=2025020404-4.3&flavor=update
Failed tests18 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/127852#dependencies 30 fixed
Unstable tests |
collecting the information used for qrexec policy evaluation can be
expensive, but it doesn't change that often. cache it inside qubesd daemon,
and invalidate the cache based on events related to any of the included
information.
fixes QubesOS/qubes-issues#9362