mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
03119c5890
As initially most tests fail, they have allow_failures defined so that testing anyway proceeds all the way to the final 'upgrade extras' stage. All of these tests work for downstream Debian packaging of MariaDB 10.4 and should eventually pass on upstream MariaDB 10.5 as well. Also upstream the Debian autopkgtests from MariaDB 10.4 in Debian so that pipeline includes running mtr.
11 lines
483 B
Text
11 lines
483 B
Text
Tests: smoke
|
|
# RocksDB is not built for all archs. Rather than duplicating the condition
|
|
# for its existence (see the list in debian/control), install it if available
|
|
# and check in the test if it's funcational when it should be.
|
|
# The plugin package also already depends on the other one.
|
|
Depends: mariadb-plugin-rocksdb | mariadb-server-10.5
|
|
Restrictions: allow-stderr needs-root isolation-container
|
|
|
|
Tests: upstream
|
|
Depends: mariadb-test
|
|
Restrictions: allow-stderr breaks-testbed
|