mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
533 B
533 B
MTR is a regression test framework for MariaDB/MySQL. It is written in Perl. Here is an example of MTR test. When you right the test you can ask MTR to produce a golden file automatically like this.
./mtr --record --extern socket=/run/mysqld/mysqld.sock --suite=columnstore/basic test_name
The golden file goes into mysql-test/columnstore/basic/r/test_name.result.