-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
V2 enable ubuntu #6515
V2 enable ubuntu #6515
Conversation
Add updates required for ubuntu and run integration tests Signed-off-by: Brent Baude <[email protected]>
038045c
to
fa60efa
Compare
Don't merge. Added a bad commit but want to let it run to test. |
@vrothberg Could you squash your commits. "m" is a very informative commit message, but I have a |
he, I noticed too but want to wait and see if that turns tests green. |
571a0ca
to
fd3ba11
Compare
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.
LGTM once tests are green. I will take it on myself to understand the root of the problem.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We experienced regression when using the latest `v1.2.0-dev` bats in Ubuntu 20.04 (see github.com/containers/pull/6418). Using bats v1.1.0 worked in the Ubuntu test VM. Signed-off-by: Valentin Rothberg <[email protected]>
fd3ba11
to
b6148b6
Compare
test/e2e/checkpoint_test.go
Outdated
@@ -232,6 +232,7 @@ var _ = Describe("Podman checkpoint", func() { | |||
}) | |||
|
|||
It("podman checkpoint container with established tcp connections", func() { | |||
Skip("fails on ubuntu") |
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.
Why is this a plain Skip? Shouldn't this be a SkipIfNotFedora()
too?
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.
Inherited from #6418 but a good catch! Will update with the next push.
LGTM assuming happy tests and @mheon's comment is addressed |
The BATS failure is an Ubuntu bug: they forked their own BATS and broke it. I've filed an Ubuntu bug |
Signed-off-by: Valentin Rothberg <[email protected]>
Can someone drop a 'lgtm hold'? |
/lgtm |
bindings failed. I'm assuming it's a flake. Restarted. |
/hold cancel |
Meant to replace #6418.