From Fedora Project Wiki
Description
This test case tests MySQL database server using upstream test suite.
Setup
- Ensure the
mysql-server
,mysql
package is 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
Expected Results
- All tests must finish correctly.