From b5247113dd87e775d4f17fbcca17c399e6b9b275 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 14 Jul 2023 15:29:37 +0200 Subject: [PATCH] naughty: Add pattern for podman missing health check events podman upstream report: https://github.com/containers/podman/issues/19237 known issue #5003 --- naughty/debian-stable/5003-podman-health-log | 4 ++++ naughty/debian-testing/5003-podman-health-log | 4 ++++ naughty/fedora-37/5003-podman-health-log | 4 ++++ naughty/fedora-38/5003-podman-health-log | 4 ++++ naughty/fedora-39/5003-podman-health-log | 4 ++++ naughty/rhel-8/5003-podman-health-log | 4 ++++ naughty/rhel-9/5003-podman-health-log | 4 ++++ naughty/rhel4edge/5003-podman-health-log | 4 ++++ naughty/ubuntu-2204/5003-podman-health-log | 4 ++++ naughty/ubuntu-stable/5003-podman-health-log | 4 ++++ 10 files changed, 40 insertions(+) create mode 100644 naughty/debian-stable/5003-podman-health-log create mode 100644 naughty/debian-testing/5003-podman-health-log create mode 100644 naughty/fedora-37/5003-podman-health-log create mode 100644 naughty/fedora-38/5003-podman-health-log create mode 100644 naughty/fedora-39/5003-podman-health-log create mode 100644 naughty/rhel-8/5003-podman-health-log create mode 100644 naughty/rhel-9/5003-podman-health-log create mode 100644 naughty/rhel4edge/5003-podman-health-log create mode 100644 naughty/ubuntu-2204/5003-podman-health-log create mode 100644 naughty/ubuntu-stable/5003-podman-health-log diff --git a/naughty/debian-stable/5003-podman-health-log b/naughty/debian-stable/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/debian-stable/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/debian-testing/5003-podman-health-log b/naughty/debian-testing/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/debian-testing/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/fedora-37/5003-podman-health-log b/naughty/fedora-37/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/fedora-37/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/fedora-38/5003-podman-health-log b/naughty/fedora-38/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/fedora-38/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/fedora-39/5003-podman-health-log b/naughty/fedora-39/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/fedora-39/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/rhel-8/5003-podman-health-log b/naughty/rhel-8/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/rhel-8/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/rhel-9/5003-podman-health-log b/naughty/rhel-9/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/rhel-9/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/rhel4edge/5003-podman-health-log b/naughty/rhel4edge/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/rhel4edge/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/ubuntu-2204/5003-podman-health-log b/naughty/ubuntu-2204/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/ubuntu-2204/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout diff --git a/naughty/ubuntu-stable/5003-podman-health-log b/naughty/ubuntu-stable/5003-podman-health-log new file mode 100644 index 0000000000..156bad1de9 --- /dev/null +++ b/naughty/ubuntu-stable/5003-podman-health-log @@ -0,0 +1,4 @@ + File "test/check-application", line *, in _testHealthcheck + b.wait_visible(".ct-listing-panel-body tbody tr:nth-child(2)") +* +testlib.Error: timeout