From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test case tests MySQL database server using upstream test suite. |setup= # Ensure the {{package|mysql-server}}, {{package|mysql}} package is inst...') |
No edit summary |
||
Line 4: | Line 4: | ||
# Ensure the {{package|mysql-server}}, {{package|mysql}} package is installed. | # Ensure the {{package|mysql-server}}, {{package|mysql}} package is installed. | ||
|actions= | |actions= | ||
# Install MySQL test suite: {{command | su -c 'yum -y install | # 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}} | ||
# Run MySQL test suite: {{command |/usr/share/mysql-test/mysql-test-run.pl}} | # Run MySQL test suite: {{command |/usr/share/mysql-test/mysql-test-run.pl}} |
Revision as of 14:29, 3 June 2011
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.