From Fedora Project Wiki
(fixed typos) |
Vinnysoares (talk | contribs) (Added another step to avoid the testers to see the following message when trying to run the tests from outside the /mysql-test directory like I did.) |
||
Line 6: | Line 6: | ||
# Install MySQL test suite: {{command | su -c 'yum -y install mysql-test'}} | # Install MySQL test suite: {{command | su -c 'yum -y install mysql-test'}} | ||
# Start MySQL server: {{command |service mysqld start}} | # Start MySQL server: {{command |service mysqld start}} | ||
# | # Go to the mysql-test directory: {{command |cd /usr/share/mysql-test/}} | ||
# Run MySQL test suite: {{command |./mysql-test-run.pl or ./mysql-test-run}} | |||
# Wait until the tests finish. | # Wait until the tests finish. | ||
|results= | |results= |
Revision as of 23:44, 14 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
- 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.