|
1 |
| -# Standard 'all-default' tests to check that none of those are affected |
2 |
| -# by compiling MySQL Cluster which includes two more storage engines, |
3 |
| -# a few new information_schema tables, the ndbinfo database and more tables |
4 |
| -# in the mysql database. This test run detects typical problems caused by these |
5 |
| -# additions. This should be the _identical_ and same 'all-default-debug' as on |
6 |
| -# the other builds making it easy to compare and spot any differences. |
7 |
| -perl mysql-test-run.pl --timer --debug-server --force --comment=all-default-debug --vardir=var-all-default --skip-combinations --unit-tests-report --no-skip --skip-ndb |
8 |
| - |
9 |
| -# ndbcluster suite only(separately for better report in the CI tool). |
10 |
| -perl mysql-test-run.pl --timer --debug-server --force --comment=ndbcluster --vardir=var-ndbcluster --suite=ndbcluster --no-skip |
11 |
| - |
12 |
| -# gcol_ndb suite only(separately for better report in the CI tool). |
13 |
| -# The tests in the gcol_ndb suite use the include files present in the gcol |
14 |
| -# suite. |
15 |
| -perl mysql-test-run.pl --timer --debug-server --force --comment=gcol_ndb --vardir=var-gcol-ndb --suite=gcol_ndb --no-skip |
16 |
| - |
17 |
| -# json NDB tests only. Common include files are sourced for different SEs |
18 |
| -perl mysql-test-run.pl --timer --debug-server --force --comment=json_ndb --vardir=var-json-ndb --suite=json_ndb --no-skip |
19 |
| - |
20 |
| -# ndb_opt suite only |
21 |
| -perl mysql-test-run.pl --timer --debug-server --force --comment=ndb_opt --vardir=var-ndb-opt --suite=ndb_opt --no-skip |
22 |
| - |
23 |
| -# Other standard suites as listed in other default.push file(s) |
24 |
| -# Neither of these suites should be affected by compiling MySQL Cluster |
25 |
| - |
26 |
| -# data_masking |
27 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=data_masking --vardir=var_data_masking --suite=data_masking --no-skip |
28 |
| - |
29 |
| -# meb and meb_ptr |
30 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=MEB --vardir=var-meb --suite=meb,meb_ptr |
31 |
| - |
32 |
| -# group_replication |
33 |
| -perl mysql-test-run.pl --timer --force --parallel=6 --comment=group_replication --vardir=var-group_replication --suite=group_replication |
34 |
| - |
35 |
| -# audit_log and cross_plugin_test |
36 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=audit_log --vardir=var_audit_log --suite=audit_log,cross_plugin_test --no-skip |
37 |
| - |
38 |
| -# clone |
39 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=clone --vardir=var-clone --suite=clone --no-skip |
40 |
| - |
41 |
| -# firewall |
42 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=firewall --vardir=var_firewall --suite=firewall --no-skip |
43 |
| - |
44 |
| -# authentication_ldap |
45 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=ldap --vardir=var-ldap --suite=authentication_ldap |
46 |
| - |
47 |
| -# thread_pool |
48 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=thread_pool --vardir=var-thread_pool --suite=thread_pool,thread_pool_noload --no-skip |
49 |
| - |
50 |
| -# windows-authentication-plugin |
51 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=windows-authentication-plugin --vardir=var-windows-authentication-plugin --suite=windows-authentication-plugin --no-skip |
52 |
| - |
53 |
| -# keyring_aws |
54 |
| -perl mysql-test-run.pl --debug-server --timer --force --comment=keyring_aws --vardir=var_keyring_aws --suite=keyring_aws --no-skip |
55 |
| - |
| 1 | +# This collection file is used to provide some NDB testing in PB2 branches |
| 2 | +# which otherwise runs no NDB tests. |
| 3 | +perl mysql-test-run.pl --timer --testcase-timeout=30 --suite-timeout=300 --debug-server --force --comment=ndb --vardir=var-ndb --no-skip --with-ndb-only |
0 commit comments