diff mbox series

[v2] mariadb: move from PTESTS_PROBLEMS list to PTESTS_SLOW

Message ID 20251106124009.490978-1-skandigraun@gmail.com
State New
Headers show
Series [v2] mariadb: move from PTESTS_PROBLEMS list to PTESTS_SLOW | expand

Commit Message

Gyorgy Sarvari Nov. 6, 2025, 12:40 p.m. UTC
The tests are executing and passing fine using glibc.
It takes a bit more than 5 minutes to run them.

When using musl, the timezone tests fail due to the different ways
glibc and musl handle posix timezones. It have been reported
upstream: https://jira.mariadb.org/browse/MDEV-38029

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index 580c79d6d9..09944e6629 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -63,19 +63,19 @@  PTESTS_SLOW_META_OE = "\
     c-ares \
     fftw \
     libusb-compat \
+    mariadb \
     rocksdb \
     re2 \
 "
 PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
 PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
-PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
+PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest mariadb"
 
 PTESTS_PROBLEMS_META_OE = "\
     keyutils \
-    mariadb \
     ostree \
     poco \
     psqlodbc \
     rsyslog \
 "
-PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"
+PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile mariadb"