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
560 stars 84 forks source link

Add E2E coverage to explicit flow control #1649

Open goaway opened 3 years ago

carloseltuerto commented 3 years ago

FYI, the Cronvoy Test will provide an E2E tests, as soon as Cronvoy gets updated to use that feature. On the other hand, relying on Cronvoy to provide the E2E testing might not be wise on the log run - TBD.

carloseltuerto commented 3 years ago

There is a Java test:

https://github.com/envoyproxy/envoy-mobile/blob/main/test/java/integration/AndroidEnvoyExplicitFlowTest.java

Another PR will add tests for the request body. However, I am not sure if this is considered E2E