akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 594 forks source link

Add end-to-end tests for HTTP/2 #2170

Open jrudolph opened 6 years ago

jrudolph commented 6 years ago

This would probably use netty HTTP/2 client for the time being to end-to-end test the HTTP/2 server (configuration).

Also, make sure to find problems like the parallelism=0 problem discussed in #2168.

raboof commented 6 years ago

We also have the 'h2spec' tests that are fairly end-to-end, right?

jrudolph commented 6 years ago

We also have the 'h2spec' tests that are fairly end-to-end, right?

Right, but they mostly test somewhat rare edge cases that we don't support completely so we mostly ignore the output...

jrudolph commented 4 years ago

We also have the 'h2spec' tests that are fairly end-to-end, right?

Also h2spec only tests the server but not the client.