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
I was able to reproduce the problem with the TestDeployAllInOneDBLESSNoLoadBalancer test. It appears this one (unlike the Istio one) is consistent. The problem is due to health checks for the ingress controller never becoming healthy because the health checks rely on the LoadBalancer type service becoming provisioned in order to consider the kong deployment healthy. It would seem that things have changed around this recently so I'm going to review the recent changes that started triggering this failure and determine if the best course of action is to change that health check, or change the test.
Current Behavior
A test flake appears to be showing up in our Istio nightly E2E tests:
And our all-in-one tests:
The text was updated successfully, but these errors were encountered: