Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/e2e: actually check for cleanup errors
We blindy trust these commands to work but as it turns out they do not under certain circumstances. The "podman run ipcns ipcmk container test" can be used to fail this reliably, if a container has dependencies the order of rm --all may cause it to fail because the contianers are deleted in the wrong order. This is th eonly one I found so far, adding this will uncover many more of such problems without proper cleanup we leak processes and ginkgo v2 will block because of them. Of course this cannot be merged without fixing these issues. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information