]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: quic: disable quic/ocsp_auto_update for now
authorWilly Tarreau <w@1wt.eu>
Thu, 28 May 2026 16:44:36 +0000 (18:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 May 2026 16:49:47 +0000 (18:49 +0200)
commit40508247c6b013caf20221bafce628e9f2322887
treeeb473fae997f4985518693bfc564b726cd671ac4
parent5e5b1522cf3e602a3f9a38368fc80c32b92f97b7
REGTESTS: quic: disable quic/ocsp_auto_update for now

It was made from the split of the original one into the SSL and the QUIC
variant. However there's a catch: both use the same certificates which
includes the OCSP URL 127.0.0.1:12345, and both need to start a server
on that port. Depending on the number of parallel process and their
speed, they might very well work, or totally fail due to a binding
conflict and the fact that the test runs for a few seconds.

Let's disable the QUIC variant for now, since the whole point of the
test is to verify all the sequencing, the SSL one is greatly sufficient.
Maybe a better approach can be found later.
reg-tests/quic/ocsp_auto_update.vtc