action #167218
closedWorker with qemu 9.1.0 (Tumbleweed) fails in Incomplete state - Parameter 'capability' does not accept value 'compress'
0%
Description
Observation¶
openQA test in scenario opensuse-Tumbleweed-DVD-aarch64-security_misc_o3@aarch64 fails in
boot_to_desktop
Worker with qemu 9.1.0 (Tumbleweed) fails in Incomplete state:
backend died: QMP command migrate-set-capabilities failed: GenericError; Parameter 'capability' does not accept value 'compress' at /usr/lib/os-autoinst/backend/qemu.pm line 1105.
From release notes https://wiki.qemu.org/ChangeLog/9.1: The "compress" migration capability has been removed; multifd migration is able to do compression and can be used instead.
Test suite description¶
Maintainer: QE Security
Reproducible¶
Fails since (at least) Build 20240923 (current job)
Expected result¶
Last good: 20240922 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by ggardet_arm 5 months ago
As a workaround, we can set QEMU_DISABLE_SNAPSHOTS=1
Updated by ggardet_arm 5 months ago
Updated by slo-gin 4 months ago
This ticket was set to High priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.
Updated by slo-gin 3 months ago
- Priority changed from High to Normal
This ticket was set to High priority but was not updated within the SLO period. The ticket will be set to the next lower priority Normal.
Updated by okurz 2 months ago
- Copied to action #174919: some qemu OSD tests on worker30.oqa.prg2.suse.org fail with "Parameter 'capability' does not accept value 'compress'" due to undocumented use of "virtualization" repo added
Updated by gpuliti about 2 months ago
Need 100% code coverage on the pull request https://github.com/os-autoinst/os-autoinst/pull/2550
Updated by gpuliti about 2 months ago
- Assignee set to gpuliti
Working on code coverage https://github.com/os-autoinst/os-autoinst/pull/2607
Updated by gpuliti about 2 months ago ยท Edited
- Status changed from In Progress to Feedback
I've added 2 commits to the work that have been already done with those differences:
- set the non-coverable states correctly in qemu.pm
- update 18-backend-qemu.t tests by removing unreachable states, since we are in tests environment we know what is the statements of variables
Updated by okurz about 2 months ago
very nice. Merged as part of https://github.com/os-autoinst/os-autoinst/pull/2608 and closed original PR.
Updated by AdamWill about 2 months ago
better fix (imo) in https://github.com/os-autoinst/os-autoinst/pull/2609 .
Updated by livdywan about 2 months ago
- Related to action #170296: [openqa-in-openqa][sporadic] test fails in test_running - ping_client is not complete size:S added