Skip to content

Conversation

@timofeyturenko
Copy link

  • The Jira issue number for this PR is: MDEV-38002

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

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants