You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
programmer04
changed the title
Flaky integration tests - failed cleaning up the cluster
Unexpected error for failed integration tests - failed cleaning up the cluster
Jul 6, 2023
Is there an existing issue for this?
Problem Statement
For integrations tests on GH sometimes error appears
e.g. full log.
to reproduce this error make some integration test fail, e.g.
TestTLSRouteReferenceGrant
by putting inside itand run it
cluster is removed entirely (as expected), but the error message is printed.
Proposed Solution
No response
Additional information
It comes from
kubernetes-ingress-controller/test/integration/suite_test.go
Lines 174 to 176 in 7ba7e2c
We clean up the cluster at the end of
suite_test.go
kubernetes-ingress-controller/test/integration/suite_test.go
Lines 215 to 220 in 7ba7e2c
but we
defer
the cleaner's cleanup.Acceptance Criteria
The text was updated successfully, but these errors were encountered: