Expected Behavior
Tests should run as fast as possible.
Actual Behavior
As part of PR #1228 we discovered istio/istio#5588, in which creating a VirtualService right after deleting another causing a throttling in Istio resulting in the second VirtualService taking a substantially long time (minutes) to become effective. This has been fixed, and will be released with Istio 1.0 (end of July).
We added a sleep between tests to avoid the issue, but we should remove that once we upgrade to 1.0.
Expected Behavior
Tests should run as fast as possible.
Actual Behavior
As part of PR #1228 we discovered istio/istio#5588, in which creating a VirtualService right after deleting another causing a throttling in Istio resulting in the second VirtualService taking a substantially long time (minutes) to become effective. This has been fixed, and will be released with Istio 1.0 (end of July).
We added a sleep between tests to avoid the issue, but we should remove that once we upgrade to 1.0.