Skip to content

Commit c948a83

Browse files
committed
Merge branch 'mysql-5.6' into mysql-5.7
2 parents 85a0051 + f57ac3a commit c948a83

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed
Lines changed: 4 additions & 19 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
12-
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
4+
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
@@ -42,9 +33,3 @@ perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=
4233

4334
# Memcached tests
4435
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
45-
46-
47-
48-
49-
50-

0 commit comments

Comments
 (0)