You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
3.0 KiB
55 lines
3.0 KiB
# Standard 'all-default' tests to check that none of those are affected
|
|
# by compiling MySQL Cluster which includes two more storage engines,
|
|
# a few new information_schema tables, the ndbinfo database and more tables
|
|
# in the mysql database. This test run detects typical problems caused by these
|
|
# additions. This should be the _identical_ and same 'all-default-debug' as on
|
|
# the other builds making it easy to compare and spot any differences.
|
|
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
|
|
|
|
# ndbcluster suite only(separately for better report in the CI tool).
|
|
perl mysql-test-run.pl --timer --debug-server --force --comment=ndbcluster --vardir=var-ndbcluster --suite=ndbcluster --no-skip
|
|
|
|
# gcol_ndb suite only(separately for better report in the CI tool).
|
|
# The tests in the gcol_ndb suite use the include files present in the gcol
|
|
# suite.
|
|
perl mysql-test-run.pl --timer --debug-server --force --comment=gcol_ndb --vardir=var-gcol-ndb --suite=gcol_ndb --no-skip
|
|
|
|
# ndb_memcache suite only(separately for better report in the CI tool).
|
|
perl mysql-test-run.pl --timer --debug-server --force --comment=ndb_memcache --vardir=var-memc-ndb --suite=ndb_memcache --no-skip
|
|
|
|
# Other standard suites as listed in other default.push file(s)
|
|
# Neither of these suites should be affected by compiling MySQL Cluster
|
|
|
|
# data_masking
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=data_masking --vardir=var_data_masking --suite=data_masking --no-skip
|
|
|
|
# meb and meb_ptr
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=MEB --vardir=var-meb --suite=meb,meb_ptr
|
|
|
|
# group_replication
|
|
perl mysql-test-run.pl --timer --force --parallel=6 --comment=group_replication --vardir=var-group_replication --suite=group_replication
|
|
|
|
# audit_log and cross_plugin_test
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=audit_log --vardir=var_audit_log --suite=audit_log,cross_plugin_test --no-skip
|
|
|
|
# clone
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=clone --vardir=var-clone --suite=clone --no-skip
|
|
|
|
# firewall
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=firewall --vardir=var_firewall --suite=firewall --no-skip
|
|
|
|
# authentication_ldap
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=ldap --vardir=var-ldap --suite=authentication_ldap
|
|
|
|
# openssl_udf
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=openssl_udf --vardir=var_openssl_udf --suite=openssl_udf --no-skip
|
|
|
|
# thread_pool
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=thread_pool --vardir=var-thread_pool --suite=thread_pool --no-skip
|
|
|
|
# windows-authentication-plugin
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=windows-authentication-plugin --vardir=var-windows-authentication-plugin --suite=windows-authentication-plugin --no-skip
|
|
|
|
# keyring_aws
|
|
perl mysql-test-run.pl --debug-server --timer --force --comment=keyring_aws --vardir=var_keyring_aws --suite=keyring_aws --no-skip
|
|
|
|
|