-
Notifications
You must be signed in to change notification settings - Fork 565
tests: Extend and fix the qemu-img check part #7527
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
Signed-off-by: Anatol Belski <[email protected]>
Signed-off-by: Anatol Belski <[email protected]>
|
Good catch. I forgot the test infra copies the OS disk. |
|
This should only be merged until after all bugs in QCOW2 code is fixed. |
|
Yep. Also, it seems to show some more issues than initially expected. Some might be compression specific. Thanks |
|
|
The first run on GH said this Could it be some qemu version issue? The container could have some older version, perhaps. Thanks |
I verified again my qemu-img (8.2.2) works with VHDX. The VHDX file is generated with the exact same command used in the test case. This test failed on ARM64. The same test passed on x86. The old code passed on the ARM64 architecture, too. I'm not sure what had changed. |
508d165 to
42236de
Compare
|
It seems, that the same version of I removed the VHDX exclusion commit, further runs to be observed then. There must have been some other discrepancy. Thanks |
|
With the VHDX part, I went to check the aarch64 image and It seems therefore, the case is that VHDX image most likely becomes corrupt enough for the tool to not recognize it as a supported format anymore. Thanks |
The image passed for the guest construction is copied. Previously, check-img has been checking the unchanged image from the workspace dir, which is supposed to be error free. Signed-off-by: Anatol Belski <[email protected]>
42236de to
26ec153
Compare
|
The issue with Thanks! |
|
These test changes have been pulled into #7537 to cover the bugfix patches. Hence, closing this PR. Thanks |
In course of handling QCOW issues, things done in this PR
qemu-img check ...functionalityThis PR is yet supposed to fail. Some work is in progress to fix the remaining issues at least in QCOW backing file support. See also the discussion in #7526 (comment)