Skip to content

Commit

Permalink
Add amplification limit test to interop quic testing
Browse files Browse the repository at this point in the history
Because this ci job only runs from the master branch, we need to add the
test here to validate that our server respects amplification limits in
our ci runs.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from openssl#26181)
  • Loading branch information
nhorman committed Dec 17, 2024
1 parent 82e7a11 commit e0ea913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_quic_interop_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run_quic_interop:
strategy:
matrix:
tests: [http3, transfer, handshake, retry, chacha20, resumption]
tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit]
servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl]
fail-fast: false
Expand Down

0 comments on commit e0ea913

Please sign in to comment.