Skip to content

Commit f57ac3a

Browse files
committed
The default.weekly.basic collection on 5.6 and 5.7 is running more than what is required. Reducing coverage to same as trunk
Reviewed by : [email protected]
1 parent 17853dd commit f57ac3a

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed
Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
# Smaller batch of weekly run for tier2 platforms
22
# Same as default.weekly, but all tests are run without big-test option.
33
# big-test runs were leading to sporadic failures in tier2 platforms
4-
# Comprises of the following
5-
# 1. Repeat of daily runs
6-
# 2. All suites in normal mode
7-
# 3. nist suite
8-
# 4. engine independant suite
9-
# 5. Covers debug and non-debug runs
10-
# 6. Covers all suites with Multi-Threaded-Slave and MIXED binlog-format
11-
# 7. Covers all suites with innodb-page-size=4k and 8k
124

13-
# Repeat daily run
14-
# big-test option for normal runs
15-
# Default suites (in modes binlog format stmt/mixed/row, parts), embedded and ps-protocol
5+
# Default suites (in modes binlog format stmt/mixed/row, parts)
166
perl mysql-test-run.pl --force --timer --debug-server --parallel=auto --experimental=collections/default.experimental --comment=normal-debug --vardir=var-normal-debug --report-features --skip-test-list=collections/disabled-daily.list --mysqld=--innodb_autoextend_increment=64 --unit-tests-report
177

188
# Run all default suites with embedded server
19-
# --debug-server is not used for embedded runs since debug build of embedded server is not available
9+
# --debug-server is not used for embedded runs
10+
# since debug build of embedded server is not available
2011
perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=embedded --vardir=var-embedded --embedded-server
2112

2213
# Run default suites with ps protocol
@@ -47,23 +38,3 @@ perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=
4738
#Memcached tests
4839
perl mysql-test-run.pl --timer --force --debug-server --comment=memcached-debug --vardir=var-debug-memcached --experimental=collections/default.experimental --parallel=1 --retry=0 --suite=memcached --skip-test-list=collections/disabled-weekly.list
4940

50-
# Non debug runs of default suites in normal modes
51-
perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=normal-non-debug --vardir=var-normal-non-debug --report-features --skip-test-list=collections/disabled-daily.list
52-
53-
54-
55-
# Multi-Thread Slave
56-
perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=MTS-debug --vardir=var-MTS-debug --suite=rpl --experimental=collections/default.experimental --skip-test-list=collections/disabled-per-push.list --mysqld=--slave-parallel-workers=4 --mysqld=--slave-transaction-retries=0 --skip-test-list=collection/disabled-weekly.list
57-
58-
# Run all default suites with 4K page size
59-
perl mysql-test-run.pl --debug-server --timer --force --parallel=auto --comment=all_4k_size --vardir=var_all_4k_size --experimental=collections/default.experimental --skip-test-list=collections/disabled-per-push.list --mysqld=--innodb-page-size=4k
60-
61-
# Run all default suites with 8K page size
62-
perl mysql-test-run.pl --debug-server --timer --force --parallel=auto --comment=all_8k_size --vardir=var-all_8k_size --experimental=collections/default.experimental --skip-test-list=collections/disabled-per-push.list --mysqld=--innodb-page-size=8k
63-
64-
65-
66-
# Additional run to test rpl HASH_SCAN & INDEX_SCAN
67-
perl mysql-test-run.pl --force --debug-server --timer --parallel=auto --experimental=collections/default.experimental --comment=binlog_rpl_row_hash_scan --vardir=var-binlog_rpl_row_hash_scan --mysqld=--binlog-format=row --suite=binlog,rpl --mysqld=--slave-rows-search-algorithms=HASH_SCAN,INDEX_SCAN --skip-test-list=collection/disabled-weekly.list
68-
perl mysql-test-run.pl --debug-server --timer --force --parallel=auto --comment=rpl_binlog_row_hash_MTS --vardir=var-mts-rpl-binlog-hash-n_mix --mysqld=--binlog-format=row --experimental=collections/default.experimental --mysqld=--slave-parallel-workers=4 --mysqld=--slave-transaction-retries=0 --suite=rpl,binlog -mysqld=--slave-rows-search-algorithms=HASH_SCAN,INDEX_SCAN --skip-test-list=collection/disabled-weekly.list
69-

0 commit comments

Comments
 (0)