Skip to content
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

Merged
merged 3 commits into from
Jan 8, 2020
Merged

Conversation

marusak
Copy link
Member

@marusak marusak commented Jan 7, 2020

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.

@marusak
Copy link
Member Author

marusak commented Jan 7, 2020

eeeh, so it seems does not coredump anymore, but also does not show any error? I'll debug it locally.

@marusak
Copy link
Member Author

marusak commented Jan 7, 2020

It reports error, does not coredump, but we close the dialog. This needs to be fixed.

marusak added a commit to marusak/cockpit-podman that referenced this pull request Jan 7, 2020
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
@marusak marusak removed the needswork label Jan 7, 2020
@marusak
Copy link
Member Author

marusak commented Jan 7, 2020

Ok, so it was a real issue. I also noticed another problem, so sent fix for it here as well.

@marusak marusak requested a review from KKoukiou January 7, 2020 14:35
@marusak marusak changed the title test: Remove unused HACK Fixes and testing of commit Jan 7, 2020
@@ -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
Copy link
Member Author

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.

Copy link
Member

@martinpitt martinpitt left a 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.
@marusak marusak merged commit 5726b27 into cockpit-project:master Jan 8, 2020
marusak added a commit that referenced this pull request Jan 8, 2020
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
@marusak marusak deleted the remove_3897 branch January 8, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants