Get rid of tcpMutex
, tlsMutex
and ingressClassMutex
from integration tests
#5757
Labels
tcpMutex
, tlsMutex
and ingressClassMutex
from integration tests
#5757
Is there an existing issue for this?
Problem Statement
Some integration tests require
kubernetes-ingress-controller/test/integration/tcpingress_test.go
Lines 33 to 36 in 09f1e55
those tests should be migrated to isolated tests. UDP-related tests have been already migrated as a byproduct of fighting with flakes.
Similar situation is for
ingressClassMutex
.Also, it's a great opportunity for improvement and cleanups, e.g. usage of assertion helpers from test/integration/isolated/assertion_helpers.go. See UDP corresponding tests for inspiration.
Proposed Solution
tcpMutex
,tlsMutex
andingressClassMutex
are no longer neededAcceptance Criteria
tcpMutex
,tlsMutex
andingressClassMutex
are removedThe text was updated successfully, but these errors were encountered: