* [OE-core][PATCH v1] openssl: ptest: skip test_quic_multistream due to intermittent timeout
@ 2026-08-12 12:08 Pratik Farkase
0 siblings, 0 replies; only message in thread
From: Pratik Farkase @ 2026-08-12 12:08 UTC (permalink / raw)
To: openembedded-core; +Cc: pratik.farkase, Pratik Farkase
The quic_multistream_test has a 60-second internal per-operation deadline
that is too tight under QEMU emulation on loaded autobuilder hosts. The
test creates 200 server-initiated streams in a loop, and if any single
operation exceeds 60s due to scheduling delays, the test fails with a
timeout error.
It is tracked upstream as : https://github.com/openssl/openssl/issues/27104
[YOCTO #15357]
Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
---
meta/recipes-connectivity/openssl/openssl/run-ptest | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-connectivity/openssl/openssl/run-ptest b/meta/recipes-connectivity/openssl/openssl/run-ptest
index cd29bb1446..aac0c5b55f 100644
--- a/meta/recipes-connectivity/openssl/openssl/run-ptest
+++ b/meta/recipes-connectivity/openssl/openssl/run-ptest
@@ -8,8 +8,11 @@ set -eu
if test $# -gt 0; then
TESTS=$*
else
- # Skip test_symbol_presence as this is for developers
- TESTS="alltests -test_symbol_presence"
+ # Skip test_symbol_presence as this is for developers.
+ # Skip test_quic_multistream as it has a 60s internal timeout per
+ # operation that is too tight under QEMU emulation on loaded hosts,
+ # causing intermittent failures (upstream: https://github.com/openssl/openssl/issues/27104)
+ TESTS="alltests -test_symbol_presence -test_quic_multistream"
fi
export TOP=.
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-12 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 12:08 [OE-core][PATCH v1] openssl: ptest: skip test_quic_multistream due to intermittent timeout Pratik Farkase
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox