MariaDB uses mysql-test to test the functionality. It is all-in-one test framework. It does unit, regression, and conformance testings. The framework was inherited from MySQL, but it is greatly enhanced, optimized, and extended in MariaDB.
-
mysql-test overview
At the core, it is very simple. The client program mysqltest executes a tes... -
mysql-test Auxiliary files
In mysql-test framework besides test anf result files, there are many other... -
mysql-test-run.pl Options
To get a list of the options for mysql-test-run.pl, use: shell> ./mysql-tes... -
Debugging MariaDB with mysql-test-run
Checking that MariaDB is compiled for debugging Excute: mysqld --debug --he... -
Pausing mysql-test-run.pl
Sometimes you need to work when your computer is busy running mysql-test-ru...