From Fedora Project Wiki
Description
This test case tests MySQL database server using upstream test suite.
Setup
- Ensure the
mysql-server
,mysql
,mysql-libs
package are installed.
How to test
- Install MySQL test suite:
su -c 'yum -y install mysql-test'
- Start MySQL server:
service mysqld start
- Run MySQL test suite:
/usr/share/mysql-test/mysql-test-run.pl
- Wait until the tests finish.
Expected Results
- The test-suite should finishes without error, some tests might be disabled or skipped.