From 20802e754855dcdbfcf22842f8ec4038ff4d2e04 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 3 Jul 2023 08:39:50 +0200 Subject: [PATCH] naughty: Add variation for #4829 podman hang This can also happen for the "inpodrunning" part of the test, where the pod name and the executed command are different. --- naughty/rhel4edge/4829-podman-hang-2 | 4 ++++ naughty/ubuntu-2204/4829-podman-hang-2 | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 naughty/rhel4edge/4829-podman-hang-2 create mode 100644 naughty/ubuntu-2204/4829-podman-hang-2 diff --git a/naughty/rhel4edge/4829-podman-hang-2 b/naughty/rhel4edge/4829-podman-hang-2 new file mode 100644 index 0000000000..ee931aebb9 --- /dev/null +++ b/naughty/rhel4edge/4829-podman-hang-2 @@ -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'' diff --git a/naughty/ubuntu-2204/4829-podman-hang-2 b/naughty/ubuntu-2204/4829-podman-hang-2 new file mode 100644 index 0000000000..ee931aebb9 --- /dev/null +++ b/naughty/ubuntu-2204/4829-podman-hang-2 @@ -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''