Commit 33d85312 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Utilize upstream unstable-tests list in tests/upstream mysql-test-run

This should make the ci.debian.net tests pass for mariadb-10.1.

For more information see https://jira.mariadb.org/browse/MDEV-11863
parent 13962a9c
......@@ -21,6 +21,11 @@ echo "using vardir: $WORKDIR/var"
echo "using tmpdir: $WORKDIR/tmp"
echo "Setting up skip-tests-list"
# Use original unstable-tests list as base to also skip all tests upstream
# considers unstable
cp /usr/share/mysql/mysql-test/unstable-tests $SKIP_TEST_LST
cat > $SKIP_TEST_LST << EOF
binlog.binlog_server_start_options : Requires writable /usr
main.ctype_uca : Requires writable /usr
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment