You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
2.4 KiB
24 lines
2.4 KiB
# Collection for valgrind platform on weekly-trunk
|
|
# Run all suites with big-test and debug-server option
|
|
# Run with --non-parallel-test option so that non parallel tests are also run. Run rpl tests separately.
|
|
perl mysql-test-run.pl --timer --big-test --debug-server --force --non-parallel-test --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind --max-test-fail=30
|
|
# Run rpl suites with explict --parallel
|
|
perl mysql-test-run.pl --timer --big-test --debug-server --force --non-parallel-test --parallel=6 --comment=rpl-valgrind --vardir=var-rpl-valgrind --suite=rpl,rpl_gtid,rpl_nogtid
|
|
|
|
# Run all non default suites with big-test
|
|
perl mysql-test-run.pl --force --timer --big-test --testcase-timeout=60 --debug-server --comment=funcs1-debug --vardir=var-funcs1-big --suite=funcs_1
|
|
perl mysql-test-run.pl --force --timer --big-test --testcase-timeout=60 --debug-server --comment=funcs2-debug --vardir=var-funcs2-big --suite=funcs_2
|
|
perl mysql-test-run.pl --force --timer --big-test --testcase-timeout=60 --debug-server --comment=stress-debug-big --vardir=var-stress-debug-big --suite=stress
|
|
perl mysql-test-run.pl --force --timer --big-test --testcase-timeout=60 --debug-server --comment=jp-debug-big --vardir=var-jp-debug-big --suite=jp
|
|
perl mysql-test-run.pl --force --timer --big-test --testcase-timeout=60 --debug-server --comment=nist-debug-big --vardir=var-nist-debug-big --suite=nist
|
|
|
|
|
|
# Engine independent tests
|
|
perl mysql-test-run.pl --timer --force --big-test --testcase-timeout=60 --debug-server --comment=eits-tests-myisam-engine-debug-big --vardir=var-stmt-eits-tests-myisam-engine-debug-big --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 --big-test --testcase-timeout=60 --debug-server --comment=eits-tests-innodb-engine-debug-big --vardir=var-stmt-eits-tests-innodb-engine-debug-big --suite=engines/iuds,engines/funcs --suite-timeout=500 --mysqld=--default-storage-engine=innodb --no-skip
|
|
|
|
# Memcached tests
|
|
perl mysql-test-run.pl --timer --force --big-test --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 --big-test --testcase-timeout=60 --suite-timeout=360
|
|
|