-
-
Notifications
You must be signed in to change notification settings - Fork 25
Fix handling remove event #38
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
Conversation
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025051904-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 tests11 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/132953#dependencies 14 fixed
Unstable tests
Performance TestsPerformance degradation:13 performance degradations
Remaining performance tests:43 tests
|
Remove event cannot query udev as the device may not be there anymore, so it uses environment provided to the handler. Environment is a dict-like structure, convert udev output to dict earlier to match types. This makes matching a bit cleaner too (although a bit more verbose).
Remove event cannot query udev as the device may not be there anymore,
so it uses environment provided to the handler. Environment is a
dict-like structure, convert udev output to dict earlier to match types.
This makes matching a bit cleaner too (although a bit more verbose).