|
1 | 1 | # Smaller batch of weekly run for tier2 platforms
|
2 | 2 | # Same as default.weekly, but all tests are run without big-test option.
|
3 | 3 | # 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 | 4 |
|
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) |
16 | 6 | 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
|
17 | 7 |
|
18 | 8 | # 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 |
20 | 11 | perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=embedded --vardir=var-embedded --embedded-server
|
21 | 12 |
|
22 | 13 | # Run default suites with ps protocol
|
@@ -47,23 +38,3 @@ perl mysql-test-run.pl --timer --force --debug-server --parallel=auto --comment=
|
47 | 38 | #Memcached tests
|
48 | 39 | 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
|
49 | 40 |
|
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