cloudflare / quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
https://docs.quic.tech/quiche/
BSD 2-Clause "Simplified" License
9.51k stars 723 forks source link

h3i: Test harness for recordreplay #1869

Open evanrittenhouse opened 1 week ago

evanrittenhouse commented 1 week ago

The h3i client currently doesn't have any tests to check parsing. We can set up an integration test harness that has qlog files which we test against - that way, we can ensure that there aren't any parsing regressions when we touch that code.

Bonus: We could also add some sort of README to the harness to make it easier for other contributors to add tests.