mariadb/mysql-test/README.tokudb
Rich Prohaska fe3aa74a95 #4621 document how the mysql tests work refs[t:4621]
git-svn-id: file:///svn/mysql/tests/mysql-test@40925 c7de825b-a66e-492c-adef-691d508d4ae1
2012-03-16 21:18:30 +00:00

16 lines
814 B
Text

The mysql tests for TokuDB consist of tests that are common to all MySQL distributions
and tests that are specific to each MySQL distribtion.
The common mysql tests are stored in the svn:tokudb/mysql/tests/mysql-test directory.
The distribution specifc tests are stored with each MySQL distribution. For example,
tests specific to MySQL 5.1.61 can be found in the svn:tokudb/mysql.com/mysql-5.1.61/mysql-test
directory.
We assemble tests from these places in the following order. First, the common mysql tests
are checked out of the subversion repository. Then, the distribution specific tests are
overlayed onto the common tests. This allows a distribution specific test to replace the
behaviour captured in a common test. Please see the run.mysql.tests.bash script for
an example of how this works.