kube play --wait with siginterrupt: takes too long to clean up #17820
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.
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
torun_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
The text was updated successfully, but these errors were encountered: