Skip to content

Commit

Permalink
naughty: Add variation for #4829 podman hang
Browse files Browse the repository at this point in the history
This can also happen for the "inpodrunning" part of the test, where the
pod name and the executed command are different.
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Jul 3, 2023
1 parent 5c204a4 commit dab89cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions naughty/rhel4edge/4829-podman-hang-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
File "test/check-application", line *, in testPruneUnusedContainers*
*
RuntimeError: Timed out on '
podman run --name inpodrunning --pod pod -tid localhost/test-busybox sh -c 'sleep infinity''
4 changes: 4 additions & 0 deletions naughty/ubuntu-2204/4829-podman-hang-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
File "test/check-application", line *, in testPruneUnusedContainers*
*
RuntimeError: Timed out on '
podman run --name inpodrunning --pod pod -tid localhost/test-busybox sh -c 'sleep infinity''

0 comments on commit dab89cf

Please sign in to comment.