envoyproxy / envoy-mobile

Client HTTP and networking library based on the Envoy project for iOS, Android, and more.
https://envoymobile.io
Apache License 2.0
557 stars 84 forks source link

test: Wait for RTDS updates to be applied in the integration test #2686

Closed abeyad closed 1 year ago

abeyad commented 1 year ago

This fixes a bug where sometimes the RtdsIntegrationTest would fail because we would check the updates after the DiscoveryResponse was sent but before ensuring the RTDS updates in the response have been applied by the Envoy engine.

Signed-off-by: Ali Beyad abeyad@google.com