* [OE-core][PATCH v1] python3: ptest: skip flaky test_interrupt on musl
@ 2026-08-20 13:21 Pratik Farkase
0 siblings, 0 replies; only message in thread
From: Pratik Farkase @ 2026-08-20 13:21 UTC (permalink / raw)
To: openembedded-core; +Cc: pratik.farkase, Pratik Farkase
The test_interrupt test in test_multiprocessing_fork intermittently fails
on musl-based systems under load. The test sends an interrupt signal to a
child process and expects it to join within a timeout, but on loaded
autobuilder hosts the join times out with 'join took too long'.
This has been observed consistently on qemux86-64-musl-ptest across
multiple autobuilder runs. The same test class is tracked upstream at
https://github.com/python/cpython/issues/133651 and is part of the
broader timing-sensitive tests issue at
https://github.com/python/cpython/issues/130363
[YOCTO #16348]
Signed-off-by: Pratik Farkase <pratik.farkase@est.tech>
---
meta/recipes-devtools/python/python3_3.14.7.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/python/python3_3.14.7.bb b/meta/recipes-devtools/python/python3_3.14.7.bb
index 53a9ca59b5..568e632278 100644
--- a/meta/recipes-devtools/python/python3_3.14.7.bb
+++ b/meta/recipes-devtools/python/python3_3.14.7.bb
@@ -335,6 +335,7 @@ SKIPPED_TESTS:append:libc-musl = " \
-x test_threading \
--ignore test.test_strptime.StrptimeTests.test_date_locale2 \
--ignore test.test_ctypes.test_dlerror.TestNullDlsym.test_null_dlsym \
+ --ignore test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt \
"
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 13:21 [OE-core][PATCH v1] python3: ptest: skip flaky test_interrupt on musl Pratik Farkase
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox