-
Notifications
You must be signed in to change notification settings - Fork 92
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
Fixes and testing of commit #284
Conversation
eeeh, so it seems does not coredump anymore, but also does not show any error? I'll debug it locally. |
It reports error, does not coredump, but we close the dialog. This needs to be fixed. |
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes cockpit-project#284
Ok, so it was a real issue. I also noticed another problem, so sent fix for it here as well. |
@@ -267,16 +267,13 @@ class TestApplication(testlib.MachineCase): | |||
b.click(".modal-dialog div .pf-c-alert .pf-c-button") | |||
b.wait_not_present(".modal-dialog div .alert") | |||
|
|||
# HACK: Disable checking for varlink error since it makes podman to coredump | |||
# When hack removed, don't forget to also do the check for user containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
before someone points this out, we run this part of test on both user container and system one as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fixes, thanks! Just one detail.
Otherwise the caller does not know that the command failed.
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes cockpit-project#284
And not stay in the `progress` state - where `Commit` button is disabled and spinner is visible.
Issue containers/podman#3897 has been fixed a few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2. Closes #284
Issue containers/podman#3897 has been fixed a
few months ago, it reached Fedora 30 and 31 as well as RHEL 8.2.
^^ I haven't tested it, this is what I hope is true. Maybe it needs to be skipped on rhel-8-1, and maybe not (if the broken version never made it into 8.1). Let's see what tests say.