Skip to content

Commit ff0d9ca

Browse files
authored
chore: Update h3spec to version 0.1.10 (#245)
1 parent 716097b commit ff0d9ca

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

ci/h3spec.sh

+7-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LOGFILE=h3server.log
44
if ! [ -e "h3spec-linux-x86_64" ] ; then
55
# if we don't already have a h3spec executable, wget it from github
6-
wget https://github.com/kazu-yamamoto/h3spec/releases/download/v0.1.8/h3spec-linux-x86_64
6+
wget https://github.com/kazu-yamamoto/h3spec/releases/download/v0.1.10/h3spec-linux-x86_64
77
chmod +x h3spec-linux-x86_64
88
fi
99

@@ -17,15 +17,12 @@ SERVER_PID=$!
1717
sleep 1s
1818

1919
# Run the test
20-
./h3spec-linux-x86_64 localhost 4433 \
21-
--skip "/QUIC servers/MUST send PROTOCOL_VIOLATION if CRYPTO in 0-RTT is received [TLS 8.3]/" \
22-
--skip "/QUIC servers/MUST send TRANSPORT_PARAMETER_ERROR if original_destination_connection_id is received [Transport 18.2]/" \
23-
--skip "/QUIC servers/MUST send TRANSPORT_PARAMETER_ERROR if retry_source_connection_id is received [Transport 18.2]/" \
24-
--skip "/QUIC servers/MUST send PROTOCOL_VIOLATION on no frames [Transport 12.4]/" \
25-
--skip "/HTTP/3 servers/MUST send H3_MESSAGE_ERROR if a pseudo-header is duplicated [HTTP/3 4.1.1]/" \
26-
--skip "/HTTP/3 servers/MUST send H3_FRAME_UNEXPECTED if CANCEL_PUSH is received in a request stream [HTTP/3 7.2.5]/" \
27-
--skip "/HTTP/3 servers/MUST send QPACK_ENCODER_STREAM_ERROR if a new dynamic table capacity value exceeds the limit [QPACK 4.1.3]/" \
28-
--skip "/HTTP/3 servers/MUST send QPACK_DECODER_STREAM_ERROR if Insert Count Increment is 0 [QPACK 4.4.3]/" \
20+
./h3spec-linux-x86_64 localhost 4433 -n \
21+
--skip "/QUIC servers/MUST send missing_extension TLS alert if the quic_transport_parameters extension does not included [TLS 8.2]/" \
22+
--skip "/HTTP/3 servers/MUST send H3_FRAME_UNEXPECTED if CANCEL_PUSH is received in a request stream [HTTP/3 7.2.5]/" \
23+
--skip "/HTTP/3 servers/MUST send QPACK_ENCODER_STREAM_ERROR if a new dynamic table capacity value exceeds the limit [QPACK 4.1.3]/" \
24+
--skip "/HTTP/3 servers/MUST send QPACK_DECODER_STREAM_ERROR if Insert Count Increment is 0 [QPACK 4.4.3]/" \
25+
--skip "/HTTP/3 servers/MUST send H3_MESSAGE_ERROR if a pseudo-header is duplicated [HTTP/3 4.1.1]/" \
2926

3027
H3SPEC_STATUS=$?
3128

0 commit comments

Comments
 (0)