mirror of
https://github.com/containers/podman.git
synced 2025-05-25 02:57:21 +08:00

...mostly just test code that wasn't doing the required waits. My first approach in the kube-play test was to add "--wait". Bit mistake! The --wait flag, counterintuitively and counter to documentation, actually destroys all pods+containers+everything on exit. (Or tries -- see #17803). Since this violates POLA and is undocumented, I include here a fix to the man page. Despite my best intentions, I can't reasonably check every single test for missing waits, especially in kube-play where failing containers will get retried forever so we can't wait. We'll just have to fix flakes as we see them. Fixes: #17958 Fixes: #18071 Signed-off-by: Ed Santiago <santiago@redhat.com>