From Fedora Project Wiki
No edit summary |
(Categorize) |
||
Line 13: | Line 13: | ||
[[Category:Package_mysql_test_cases]] | [[Category:Package_mysql_test_cases]] | ||
[[Category:Package_mysql-server_test_cases]] | |||
[[Category:Package_mysql-libs_test_cases]] |
Revision as of 15:15, 3 June 2011
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.