envoyproxy/envoy

Extend //test/integration tests that run against H1 and H2 so they also run against H3/QUIC

Open

#12.930 geöffnet am 1. Sept. 2020

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (5.373 Forks)batch import
area/quichelp wantedquic-mvp

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

HTTP integration test cases like those defined in //test/integration:protocol_integration_test should be run against HTTP3/QUIC when the QUIC extension is enabled in order to ensure that H1, H2 and H3 have the same functionality and semantics. Some of the functionality tested by H2 only tests may also apply to H3/QUIC since the two protocols have similar semantics; also consider extending those tests so they run against QUIC when the extension is enabled.

Contributor Guide