From Fedora Project Wiki

(Added switch to root)
No edit summary
Line 15: Line 15:


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

Revision as of 09:38, 2 July 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. 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.