-
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
Fix #6618 #9109
Fix #6618 #9109
Conversation
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
E2E tests are timing out. It looks like the tests we added aren't the issue, too - they're running fine and not marked as slow. It looks like the timeout is 30 minutes here, not 90? @cevich PTAL |
LGTM |
FWIW: There are multiple timeouts in-play:
For the last item, I don't see any of them set lower than 60min. |
Failures are, unfortunately, consistent. Damn. |
when inspecting a container that is only connected to the default network, we should populate the default network in the container inspect information. Fixes: containers#6618 Signed-off-by: baude <[email protected]> MH: Small fixes, added another test Signed-off-by: Matthew Heon <[email protected]>
Ah, it was a legitimate issue with the PR, that was for some reason hanging the tests instead of causing them to fail? |
Sorry, my eyeballs aren't nearly as well-trained as yours when it comes to the tests and podman internals. I only remember hitting this node-hang before in different contexts, a long while ago. In every case I remember, it was the tests actually hanging because of a legitimate (i.e. bug) reason. Though arguably, a test-bug could be caused by some CI-environmental goof, so I wouldn't completely rule that out, it just seems less-likely since master is passing (I assume). It's also possible the bug was always there, but timing-dependent, and the PR's changes simply tickle it in the wrong way. |
OK, green now. @containers/podman-maintainers PTAL |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon, saschagrunert 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 |
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
Obsoletes #9092
Ensure that the networks list is populated, even when only the default network is in use.