]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: Do not fail if packet cannot be extended in QUIC multistream test
authorMilan Broz <gmazyland@gmail.com>
Tue, 17 Mar 2026 13:16:37 +0000 (14:16 +0100)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 19 Mar 2026 09:17:40 +0000 (10:17 +0100)
commit303c3e0cb3dc3d5ae503f441f4b53dfa0c060690
tree60cd9286435801a15b3aef4942fa27fefbf74daa
parent962d4b6b6227930f1017261d249c0fac421b5cbd
test: Do not fail if packet cannot be extended in QUIC multistream test

In some specific timings, the qtest_fault_resize_plain_packet function
returns failure as there is not enough space in allocated buffer.

There is no way to recover in this situation, let print
information and keep the test finish instead of failure
in TEST_error() call.

This patch fixes test runs on Windows where I can reproduce
this quite reliably.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Thu Mar 19 09:17:59 2026
(Merged from https://github.com/openssl/openssl/pull/30461)
test/helpers/quictestlib.c