From Fedora Project Wiki
(fixed typos) |
(fixed typos) |
||
Line 2: | Line 2: | ||
|description=This test case tests MySQL database server using upstream test suite. | |description=This test case tests MySQL database server using upstream test suite. | ||
|setup= | |setup= | ||
# Ensure | # Ensure that {{package|mysql-server}}, {{package|mysql}}, {{package|mysql-libs}} packages are installed. | ||
|actions= | |actions= | ||
# Install MySQL test suite: {{command | su -c 'yum -y install mysql-test'}} | # Install MySQL test suite: {{command | su -c 'yum -y install mysql-test'}} |
Revision as of 15:33, 3 June 2011
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
- 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.