Lots of our unit tests assert the lengths of various QUIC message exchanges. These kinds of tests are sensitive to changes in the configurations of the client and server in the text. For example, #2446 enables PQ key exchange by default, which adds about a KB to the ClientHello and ServerHello.
Presumably this useful for some tests, but certainly not as many as we have. We should audit which tests need this check and which don't.
Lots of our unit tests assert the lengths of various QUIC message exchanges. These kinds of tests are sensitive to changes in the configurations of the client and server in the text. For example, #2446 enables PQ key exchange by default, which adds about a KB to the ClientHello and ServerHello.
Presumably this useful for some tests, but certainly not as many as we have. We should audit which tests need this check and which don't.