From Fedora Project Wiki

Revision as of 09:38, 2 July 2011 by Athmane (talk | contribs)

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. Switch to root user: su -
  2. Install MySQL test suite: yum -y install mysql-test
  3. Start MySQL server: service mysqld start
  4. Go to the mysql-test directory: cd /usr/share/mysql-test/
  5. Run MySQL test suite: ./mysql-test-run.pl or ./mysql-test-run
  6. Wait until the tests finish.

Expected Results

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