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

end-to-end testing from platform to native #788

Open junr03 opened 4 years ago

junr03 commented 4 years ago

It would be helpful to have tests using the platform code to execute flows with an echo server in order to verify end-to-end piping of correct behavior.

This would help test all the bridging portions (between platform and c bridge, and c bridge to native code) in the library which currently lack the greatest in test coverage.

junr03 commented 3 years ago

Approach using an envoy filter: #974