[Flaky test] TestServiceExternalIP/testServiceNodeFailure #6783
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
Describe the bug
I have observed the
TestServiceExternalIP/testServiceNodeFailure
e2e test fail in CII think the root cause is pretty clear: the previous test created an ExternalIPPool with the same range, and while it was successfully deleted, it can take some time for the Antrea controller (externalippoolvalidator) to register it: the informer cache needs to be updated.
While it would be easy to add a sleep after each test case, or event to retry creation of the ExternalIPPool when it fails with this error, it may be better to just use non-overlapping ranges across different test cases.
The text was updated successfully, but these errors were encountered: