Kong / mesh-perf

Performance tests of Kong Mesh
Apache License 2.0
0 stars 1 forks source link

fix(test): wait for xds_delivery_count to stabilize after each test #70

Closed lobkovilya closed 1 year ago

lobkovilya commented 1 year ago

Instead of just sleeping between tests, we'll sleep starting the moment xds_delivery_count is not changing. Each change of the xds_delivery_count resets the sleep. This is important for should deploy mesh wide policy to not be flaky.