mysql-test
MariaDB uses mysql-test to test functionality. It is an all-in-one test framework, doing unit, regression, and conformance testing. The framework was inherited from MySQL, but is greatly enhanced, optimized, and extended in MariaDB.
Title | Description |
---|---|
mysql-test Overview | Overview of mysql-test. |
mysql-test Auxiliary Files | Besides test and result files, many other files that affect the testing process in mysql-test |
mysql-test-run.pl Options | Run test cases. |
Pausing mysql-test-run.pl | Working while your computer is busy running mysql-test-run.pl. |
mysqltest and mysqltest-embedded | Runs a test case against a MariaDB server, optionally comparing the output with a result file. |
New Features for mysqltest in MariaDB | MariaDB added a number of new options and commands to mysqltest. |
Debugging MariaDB With a Debugger | If MariaDB is compiled for debugging, you can both use it in a debugger, an... |
The Debug Sync Facility | DEBUG_SYNC synchronization points in server code |
Code Coverage with dgcov | The dgcov tool helps you check the coverage for new code |
Installing MinIO for Usage With mysql-test-run | Easiest way to access to Amazon S3 compatible storage. |
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mysqltest/