Skip to content

Commit 85a30ef

Browse files
Merge pull request #29631 from jluhrsen/OCPBUGS-53279
OCPBUGS-53279: add failure case to skip in testPodSandboxCreation()
2 parents 0d4f5b7 + 16c3148 commit 85a30ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/monitortests/network/legacynetworkmonitortests/networking.go

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func testPodSandboxCreation(events monitorapi.Intervals, clientConfig *rest.Conf
123123
if strings.Contains(event.Locator.Keys[monitorapi.LocatorPodKey], "simpletest-rc-to-be-deleted") &&
124124
(strings.Contains(event.Message.HumanMessage, "not found") ||
125125
strings.Contains(event.Message.HumanMessage, "pod was already deleted") ||
126+
strings.Contains(event.Message.HumanMessage, "failed to create pod network sandbox") ||
126127
strings.Contains(event.Message.HumanMessage, "error adding container to network")) {
127128
// This FailedCreatePodSandBox might happen because of an upstream Garbage Collector test. This test creates at least 10 pods controlled
128129
// by a ReplicationController. Then proceeds to create a second ReplicationController and sets half of the pods owned by both RCs. Tries

0 commit comments

Comments
 (0)