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