# Daily Valgrind run # Since valgrind runs are considerably slower than normal runs, # this collection can have one run of all suites without big-test. # Valgrind builds contain only the debug binary, so it does not # matter if --debug-server is specified or not # # Multiple runs of same suite with different options are not # allowed in this collection # # Run all default suites except rpl suites perl mysql-test-run.pl --timer --debug-server --force --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind # Run rpl suites with explict --parallel perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=rpl-valgrind --vardir=var-rpl-valgrind --suite=rpl,rpl_gtid,rpl_nogtid perl mysql-test-run.pl --force --timer --testcase-timeout=60 --debug-server --comment=funcs2-debug --vardir=var-funcs2-debug --suite=funcs_2 perl mysql-test-run.pl --force --timer --debug-server --comment=stress-debug --vardir=var-stress-debug --suite=stress perl mysql-test-run.pl --force --timer --debug-server --comment=jp-debug --vardir=var-jp-debug --suite=jp perl mysql-test-run.pl --force --timer --debug-server --comment=nist-debug --vardir=var-nist-debug --suite=nist # Engine independent tests perl mysql-test-run.pl --timer --force --testcase-timeout=60 --debug-server --comment=eits-tests-myisam-engine-debug --vardir=var-stmt-eits-tests-myisam-engine-debug --suite=engines/iuds,engines/funcs --suite-timeout=500 --mysqld=--default-storage-engine=myisam --mysqld=--default-tmp-storage-engine=myisam --no-skip perl mysql-test-run.pl --timer --force --testcase-timeout=60 --debug-server --comment=eits-tests-innodb-engine-debug --vardir=var-stmt-eits-tests-innodb-engine-debug --suite=engines/iuds,engines/funcs --suite-timeout=500 --mysqld=--default-storage-engine=innodb --no-skip # Memcached tests perl mysql-test-run.pl --timer --force --debug-server --comment=memcached-debug --vardir=var-debug-memcached --suite=memcached # Group Replication perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=group_replication-valgrind --vardir=var-group_replication-valgrind --suite=group_replication