From Fedora Project Wiki
No edit summary
No edit summary
 
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 the {{package|mysql-server}}, {{package|mysql}}, {{package|mysql-libs}} package is installed.
# Ensure the {{package|mysql-server}}, {{package|mysql}}, {{package|mysql-libs}} package 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'}}  

Latest revision as of 14:34, 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-x-generic-16.pngmysql-libs package are 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
  4. Wait until the tests finish.

Expected Results

  1. The test-suite should finishes without error, some tests might be disabled or skipped.