mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
96b97c0c64
commit
d4e75e2bbd
|
|
@ -65,19 +65,19 @@ PTESTS_SLOW_META_OE = "\
|
||||||
c-ares \
|
c-ares \
|
||||||
fftw \
|
fftw \
|
||||||
libusb-compat \
|
libusb-compat \
|
||||||
|
mariadb \
|
||||||
rocksdb \
|
rocksdb \
|
||||||
re2 \
|
re2 \
|
||||||
"
|
"
|
||||||
PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
|
PTESTS_SLOW_META_OE:append:x86 = " kernel-selftest"
|
||||||
PTESTS_SLOW_META_OE:append:x86-64 = " 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 = "\
|
PTESTS_PROBLEMS_META_OE = "\
|
||||||
keyutils \
|
keyutils \
|
||||||
mariadb \
|
|
||||||
ostree \
|
ostree \
|
||||||
poco \
|
poco \
|
||||||
psqlodbc \
|
psqlodbc \
|
||||||
rsyslog \
|
rsyslog \
|
||||||
"
|
"
|
||||||
PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"
|
PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile mariadb"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user