From Fedora Project Wiki

(Imported from my sandbox)
 
No edit summary
Line 13: Line 13:


[[Category:Package_mysql_test_cases]]
[[Category:Package_mysql_test_cases]]
[[Category:Package_mysql-libs_test_cases]]
[[Category:Package_mysql-server_test_cases]]

Revision as of 15:12, 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.