summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-06 13:40:09 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-06 16:00:52 -0800
commitd4e75e2bbd67db80db2f8e25e8f7a22fd2280458 (patch)
treefcc78aa334d089268cb5d09ca4fb538d904e6cdd
parent96b97c0c6490b713b559a4e82bd699a2ebe357d3 (diff)
downloadmeta-openembedded-d4e75e2bbd67db80db2f8e25e8f7a22fd2280458.tar.gz
mariadb: move from PTESTS_PROBLEMS list to PTESTS_SLOW
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/conf/include/ptest-packagelists-meta-oe.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index a685510359..ee12681bb4 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -65,19 +65,19 @@ PTESTS_SLOW_META_OE = "\
65 c-ares \ 65 c-ares \
66 fftw \ 66 fftw \
67 libusb-compat \ 67 libusb-compat \
68 mariadb \
68 rocksdb \ 69 rocksdb \
69 re2 \ 70 re2 \
70" 71"
71PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest" 72PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
72PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest" 73PTESTS_SLOW_META_OE:append:x86-64 = " kernel-selftest"
73PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest" 74PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest mariadb"
74 75
75PTESTS_PROBLEMS_META_OE = "\ 76PTESTS_PROBLEMS_META_OE = "\
76 keyutils \ 77 keyutils \
77 mariadb \
78 ostree \ 78 ostree \
79 poco \ 79 poco \
80 psqlodbc \ 80 psqlodbc \
81 rsyslog \ 81 rsyslog \
82" 82"
83PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile" 83PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile mariadb"