-
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
System tests: reenable some skipped tests #7803
Conversation
LGTM if the tests pass |
@edsantiago looks like some network tests are failing. I don't believe it's due to these changes. |
@TomSweeneyRedHat yep, I'm having a field day filing issues right now |
- pause test: enable when rootless + cgroups v2 (was previously disabled for all rootless) - run --pull: now works with podman-remote (in containers#7647, thank you @jwhonce) - various other run/volumes tests: try reenabling It looks like containers#7195 was fixed (by containers#7451? I'm not sure if I'm reading the conversation correctly). Anyway, remove all the skip()s on 7195. Only time will tell if it's really fixed) Also: - new test for podman image tree --whatrequires (because TIL). Doesn't work with podman-remote. Signed-off-by: Ed Santiago <santiago@redhat.com>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, rhatdan 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 |
/hold cancel |
pause test: enable when rootless + cgroups v2
(was previously disabled for all rootless)
run --pull: now works with podman-remote
(in Refactor remote pull to provide progress #7647, thank you @jwhonce)
various other run/volumes tests: try reenabling
It looks like CI flake: podman-remote: no output from container (and "does not exist in database"?) #7195 was fixed (by Send HTTP Hijack headers after successful attach #7451? I'm not
sure if I'm reading the conversation correctly).
Anyway, remove all the skip()s on 7195. Only time
will tell if it's really fixed)
Also:
(because TIL). Doesn't work with podman-remote.
Signed-off-by: Ed Santiago santiago@redhat.com