File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=gro
199
199
perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=group_replication_mysql-debug --vardir=var-group_replication_mysql-debug --suite=group_replication --big-test --testcase-timeout=60 --suite-timeout=360 --mysqld=--loose-group_replication_communication_stack=MySQL
200
200
201
201
#GR with STA on debug build
202
- perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=group_replication-debug --vardir=var-gr-debug --suite=group_replication --big-test --testcase-timeout=60 --suite-timeout=360 --mysqld=--replica-parallel-workers=0
202
+ perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=group_replication-debug_sta --vardir=var-gr-debug_sta --suite=group_replication --big-test --testcase-timeout=60 --suite-timeout=360 --mysqld=--replica-parallel-workers=0
203
203
perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=group_replication_ssl_mode_required-debug --vardir=var-gr_ssl_mode_required-debug --suite=group_replication --big-test --testcase-timeout=60 --suite-timeout=360 --mysqld=--loose-group_replication_ssl_mode=REQUIRED
204
204
205
205
# GR with binlog compression turned on
Original file line number Diff line number Diff line change 2
2
# Run all suites with big-test and debug-server option
3
3
# Run rpl tests separately.
4
4
perl mysql-test-run.pl --timer --debug-server --force --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind --max-test-fail=30 --skip-ndb
5
- perl mysql-test-run.pl --timer --only-big-test --parallel=6 --debug-server --force --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind --max-test-fail=30 --skip-ndb
5
+ perl mysql-test-run.pl --timer --only-big-test --parallel=6 --debug-server --force --skip-rpl --comment=all_default_valgrind_big --vardir=var-all_default_valgrind_big --max-test-fail=30 --skip-ndb
6
6
# Run all ndb tests separately.
7
7
# If no Ndb support, no tests will be attempted.
8
- perl mysql-test-run.pl --timer --debug-server --force --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind --max-test-fail=30 --with-ndb-only
9
- perl mysql-test-run.pl --timer --only-big-test --parallel=6 --debug-server --force --skip-rpl --comment=all_default_valgrind --vardir=var-all_default_valgrind --max-test-fail=30 --with-ndb-only
8
+ perl mysql-test-run.pl --timer --debug-server --force --skip-rpl --comment=ndb-valgrind --vardir=var-ndb-valgrind --max-test-fail=30 --with-ndb-only
9
+ perl mysql-test-run.pl --timer --only-big-test --parallel=6 --debug-server --force --skip-rpl --comment=ndb-valgrind-big --vardir=var-ndb-valgrind-big --max-test-fail=30 --with-ndb-only
10
10
# Run rpl suites with explict --parallel
11
11
perl mysql-test-run.pl --timer --big-test --debug-server --force --parallel=6 --comment=rpl-valgrind --vardir=var-rpl-valgrind --suite=rpl,rpl_gtid,rpl_nogtid
12
12
You can’t perform that action at this time.
0 commit comments