The RQG is used to test various Optimizer features. See the Optimizer Quality article for more information.
The QA - Aria Recovery page contains a plan on how to test it.
bld_kvm* builders. /SD argument to functions such as MessageBox. The purpose of those tests is to check that various applications that use libmysql can be compiled, linked and run with MariaDB. They are run by the compile-connectors builder in BuildBot
mysql and mysqli PHP drivers without mysql-nd. For each, we run those tests from the PHP test suite that are known to be good (other tests fail for both MySQL and MariaDB). The purpose of those tests is to check that the libraries that implement the MySQL protocol can work with MariaDB.
libmysql library/connector is tested both by the MTR test suite (since mysqltest links with it) Individual applications:
perl runall.pl \ --engine=InnoDB \ --grammar=conf/replication/rpl_transactions.yy \ --gendata=conf/replication/rpl_transactions.zz \ --mysqld=--sync_binlog=1 \ --mysqld=--innodb-flush_log_at_trx_commit=1 \ --mysqld=--binlog-dbug_fsync_sleep=100000 \ --mysqld=--default-storage-engine=InnoDB \ --threads=15 \ --queries=1M \ --duration=600 \ --validator=None
© 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/qa-tests/