Skip to content

Commit 82708f7

Browse files
author
Harini T S
committed
Bug#35786041: Same values on "--vardir" and "--comment" are used.
Description: ----------- Changing PB2 collections files to use different "--vardir" and "--comment" values. Change-Id: Id30a5600725bc8243d647aec0af39092f91ed137
1 parent 02fdfa8 commit 82708f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mysql-test/collections/default.weekly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ perl mysql-test-run.pl --timer --debug-server --force --parallel=6 --comment=gro
199199
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
200200

201201
#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
203203
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
204204

205205
# GR with binlog compression turned on

mysql-test/collections/default.weekly-valgrind

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Run all suites with big-test and debug-server option
33
# Run rpl tests separately.
44
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
66
# Run all ndb tests separately.
77
# 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
1010
# Run rpl suites with explict --parallel
1111
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
1212

0 commit comments

Comments
 (0)