mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +00:00
mariadb: skip failing test on musl
There is a timezone related ptest that fails using musl-libc. This has been reported to the mariadb developers[1], who came up with the backported patch that's the subject of this change. This patch skips the timezone related tests with musl, in case the testcase uses a timezone that behaves differently with musl than on other platforms. [1]: 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:
@@ -73,7 +73,7 @@ PTESTS_SLOW_META_OE = "\
|
||||
"
|
||||
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 mariadb"
|
||||
PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
|
||||
|
||||
PTESTS_PROBLEMS_META_OE = "\
|
||||
keyutils \
|
||||
@@ -82,4 +82,4 @@ PTESTS_PROBLEMS_META_OE = "\
|
||||
psqlodbc \
|
||||
rsyslog \
|
||||
"
|
||||
PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile mariadb"
|
||||
PTESTS_PROBLEMS_META_OE:append:libc-musl = " jemalloc minicoredumper oprofile"
|
||||
|
||||
Reference in New Issue
Block a user