Fix pickable issue on Role._hash#45
Conversation
|
PipelineRetry |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage 83.72% 83.72%
=======================================
Files 1 1
Lines 215 215
=======================================
Hits 180 180
Misses 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a8ec42b to
cabe529
Compare
What is the purpose of this tag in the commit message? |
To revert it on newer Ansible version. As I understood it happens because of old ansible version available? |
|
I'm not sure, it might be just because of newer python version. |
|
Yes, the pickle problem is in this plugin, not ansible itself. Multiprocessing changed in newer python and now every object used there needs to be picklable - it wasn't required before. Threads are a bit more tricky in some cases, but at least they work, so I guess that would be the target solution. |
ef8d192 to
038c9f4
Compare
Also retarget the mgmtvm qrexec policy at the default management dispvm template instead of a hardcoded fedora-42-xfce, otherwise admin.vm.List from mgmtvm omits the new fedora-43-xfce template and clone tests against qubes.default_template.name fail with "Cannot clone the 'fedora-43-xfce' because it doesn't exist".
play.get_roles() returns one entry per role usage, so the same role listed twice with different when: makes shutil.copytree fail on the second copy with FileExistsError.
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026060401-devel&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=2026050504-devel&flavor=update
Failed tests24 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/176874#dependencies 16 fixed
Unstable testsDetails
Performance TestsPerformance degradation:23 performance degradations
Remaining performance tests:88 tests
|
No description provided.