Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

MySQL TokuDB tests with Valgrind

prohaska edited this page Sep 19, 2014 · 2 revisions

MySQL TokuDB tests with Valgrind

The run.mysql.tokudb.tests.with.valgrind.bash script runs all of the TokuDB tests on a Percona Server build with mysqld running under valgrind. The Percona Server build should be compiled with the debug and valgrind flags. The big tests are not run since they take too long. Without the big tests, this script takes about 8 hours to run.

The script is run from the mysql test directory.https://code.launchpad.net/sysbench

cd mysql-test
run.mysql.tokudb.tests.with.valgrind.bash

The test results are stored in a bunch of files suffixed with '.valgrind.out'. The

egrep 'Completed:|valgrind_report' *.valgrind.out

command gets a summary of the test results.

Clone this wiki locally