From Fedora Project Wiki

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.