Add Columnstore MTR to the mariadb-test package #4427
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Columnstore MTR is not included in MariaDB-test package. Execution of Columnstore MTR requires manual retrieval MTR files from the source. Including Columnstore MTR into MariaDB-test package simplifies Columnstore test runs.
Release Notes
Columnstore MTR added to MariaDB-test package
How can this PR be tested?
install MariaDB-test and run Columnstore MTR
sudo su - mysql -s /bin/bash -c 'mkdir -p /var/tmp/mtr/log; cd /usr/share/mariadb/mariadb-test && perl mysql-test-run.pl --suite=columnstore/basic,columnstore/bugfixes --skip-test=rocksdb_hotbackup* --big-test --max-save-core=1 --max-save-datadir=1 --verbose-restart --max-test-fail=0 --xml-report=/tmp/mtr.xml --max-save-core=0 --max-save-datadir=1 --force --vardir=/var/tmp/mtr ' | tee mtr.log
Approximatelly 400 tests should be executed.
Basing the PR against the correct MariaDB version
to be included into all main branches