From Fedora Project Wiki

< User:Athmane

Revision as of 14:27, 3 June 2011 by Athmane (talk | contribs) (Created page with '{{QA/Test_Case |description=This test case tests MySQL database server using upstream test suite. |setup= # Ensure the {{package|mysql-server}}, {{package|mysql}} package is inst...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 is installed.

How to test

  1. Install MySQL test suite: su -c 'yum -y install Package-x-generic-16.pngmysql-test '
  2. Start MySQL server: service mysqld start
  3. Run MySQL test suite: /usr/share/mysql-test/mysql-test-run.pl

Expected Results

  1. All tests must finish correctly.