airframe icon indicating copy to clipboard operation
airframe copied to clipboard

http: Fix flaky tests using httpbin.org

Open xerial opened this issue 2 years ago • 1 comments

https://httpbin.org/ has been down and causing test failures. It's better to have an alternative way to test Http clients including:

  • JavaSync/AsycClient
  • URLConnectionClient
  • RPCHttpClient

xerial avatar Aug 04 '23 17:08 xerial

Instead of using an external servers, it's better to use Netty backend in the integration-test

xerial avatar Aug 04 '23 20:08 xerial