We need to investigate the failures, and determine:
1) Which of the failures are due to errors in other quic stacks
2) Which failures are due to limitations in the test harness environment
3) Which failures are due to issues in our docker container
4) Which failures are due to issues in our quic implementation
for items identified in (3) and (4), we need to open issues and track them in our QUIC work to get them fixed
Its likely not to address all the failures in the quic interop tests currently, but I'm attaching #25426 here to address a good number of them, and add some new tests as well
The CI job added in https://github.com/openssl/project/issues/813 haws started to preform interop testing on our quic stack with other implementations.
We currently see about a 60% pass rate.
We need to investigate the failures, and determine: 1) Which of the failures are due to errors in other quic stacks 2) Which failures are due to limitations in the test harness environment 3) Which failures are due to issues in our docker container 4) Which failures are due to issues in our quic implementation
for items identified in (3) and (4), we need to open issues and track them in our QUIC work to get them fixed