-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
machines: Robustify testAddDisk #9952
Conversation
testAddDisk failing with:
is because of issue #9945 and not related to this change. |
On my system (otherwise quiet) I can perfectly well and easily reproduce the |
Some debugging notes:
This really looks like libvirt gets confused. The debian-stable failure shows this - even though the test adds As a result, I disable this fourth test case for now. This is tracked in #9945. |
selectFromDropDown does not distinguish between options that one is substring of the other thus choice can be random. Disable the fourth test case for `mydiskofpooltwo_temporary` for now. This causes either "unable to execute QEMU command 'device_add': Failed to get "write" lock" or adding the _temporary volume results in showing that the _permanent one actually gets added. This works around issue cockpit-project#9945 for now. Closes cockpit-project#9952
d8aeab3
to
ac6683b
Compare
selectFromDropDown does not distinguish between options that one is substring
of the other thus choice can be random.
This commit is also part of #9240
I sent it also separately from the libvirt-dbus PR so that it's visible that testAddDisk failure it's not related to the aforementioned PR but this commit just uncovers the actual existing issue.