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}} {{package|mysql-test}} {{command |'}}  
# 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

  1. Ensure the Package-x-generic-16.pngmysql-server, Package-x-generic-16.pngmysql package is installed.

How to test

  1. Install MySQL test suite: su -c 'yum -y install mysql-test'
  2. Start MySQL server: service mysqld start
  3. Run MySQL test suite: /usr/share/mysql-test/mysql-test-run.pl

Expected Results

  1. All tests must finish correctly.