From: Neil Horman Date: Thu, 23 Jan 2025 14:06:09 +0000 (-0500) Subject: Exclude amplificationlimit test with mvfst client X-Git-Tag: openssl-3.5.0-alpha1~685 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfc62a3c467b73207315060de1fe9af90c82d863;p=thirdparty%2Fopenssl.git Exclude amplificationlimit test with mvfst client The amplificationlimit interop test is failing currently with our server. However, based on the global nightly runs here: https://github.com/openssl/openssl/actions/runs/12860128783/job/35851614148 it appears to be failing in all test cases. Some analysis indicates that the client appears to abort operations early during frame loss in this test. As such just exclude the combination of this test and client. Re-add it later if it ever becomes functional Fixes openssl/project#1062 Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26538) --- diff --git a/.github/workflows/run_quic_interop_server.yml b/.github/workflows/run_quic_interop_server.yml index 6d0cefe1569..fc69cbbdb0a 100644 --- a/.github/workflows/run_quic_interop_server.yml +++ b/.github/workflows/run_quic_interop_server.yml @@ -40,6 +40,9 @@ jobs: matrix: tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit] clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl] + exclude: + - clients: mvfst + tests: amplificationlimit fail-fast: false runs-on: ubuntu-latest steps: