Skip to content

Commit 639414f

Browse files
Merge pull request #28397 from dulek/remove-kuryr
OSASINFRA-3291: Remove Kuryr bits
2 parents 76b0e51 + 121d87b commit 639414f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/monitortests/network/legacynetworkmonitortests/networking.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ func testPodSandboxCreation(events monitorapi.Intervals, clientConfig *rest.Conf
165165
continue
166166
}
167167
}
168-
if strings.Contains(event.Message, "kuryr") && strings.Contains(event.Message, "deleted while processing the CNI ADD request") {
169-
// This happens from time to time with Kuryr. Creating ports in Neutron for pod can take long and a controller might delete the pod before,
170-
// effectively cancelling Kuryr CNI ADD request.
171-
flakes = append(flakes, fmt.Sprintf("%v - pod got deleted while kuryr was still processing its creation - %v", event.Locator, event.Message))
172-
continue
173-
}
174168

175169
partialLocator := monitorapi.NonUniquePodLocatorFrom(event.Locator)
176170
if deletionTime := getPodDeletionTime(eventsForPods[partialLocator], event.Locator); deletionTime == nil {

0 commit comments

Comments
 (0)