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 the {{package|mysql-server}}, {{package|mysql}}, {{package|mysql-libs}} packages are installed.
# 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

  1. Ensure that Package-x-generic-16.pngmysql-server, Package-x-generic-16.pngmysql, Package-x-generic-16.pngmysql-libs packages 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.