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

kube play --wait with siginterrupt: takes too long to clean up #17820

Closed
edsantiago opened this issue Mar 16, 2023 · 2 comments
Closed

kube play --wait with siginterrupt: takes too long to clean up #17820

edsantiago opened this issue Mar 16, 2023 · 2 comments
Labels
flakes Flakes from Continuous Integration kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

[+1232s] not ok 535 podman kube play --wait with siginterrupt
...
# podman-remote --url unix:/tmp/podman_tmp_pdvk kube play --wait /tmp/play_kube_wait_0vEOj6.yaml
Use ctrl+c to clean up or wait for pods to exit
...
timeout: sending signal TERM to command ?/var/tmp/go/src/github.com/containers/podman/bin/podman-remote?
Cleaning up containers, pods, and volumes...
...
timeout: sending signal KILL to command ?/var/tmp/go/src/github.com/containers/podman/bin/podman-remote?

Probable cause: cleanup is taking too long, and timeout is going nuclear with SIGKILL. One way to work around this might be to (globally) add --kill-after=30 to run_podman(), but this would of course impact all tests. I'd prefer to see a fix that involves faster cleanup.

[sys] podman kube play --wait with siginterrupt

@edsantiago edsantiago added the flakes Flakes from Continuous Integration label Mar 16, 2023
@vrothberg
Copy link
Member

@umohnani8 PTAL

@edsantiago edsantiago added the kind/bug Categorizes issue or PR as related to a bug. label Mar 28, 2023
@umohnani8
Copy link
Member

Should be fixed by #18086

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Aug 27, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flakes Flakes from Continuous Integration kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

3 participants