diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-05-04 08:44:56 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-05-05 09:32:06 +0300 |
commit | 0238e68464e3f6ca74c7cba17b8c73b4497f9da8 (patch) | |
tree | 31e0ec281e73e71b1006f94916466efb0a8ccdef /mysql-test/suite/wsrep/t/variables_debug.cnf | |
parent | 4ff4df3232f3a46053e005a071345cfa247f06a4 (diff) | |
download | mariadb-git-0238e68464e3f6ca74c7cba17b8c73b4497f9da8.tar.gz |
MDEV-25591 : Test case cleanups
galera_var_wsrep_on_off : Add wait conditions to make sure DDL is
replicated before continuing.
wsrep.[variables|variables_debug] : Remove unnecessary parts
and add check to correct number of variables or skip
galera_ssl_reload: Add version check and SSL checks.
Diffstat (limited to 'mysql-test/suite/wsrep/t/variables_debug.cnf')
-rw-r--r-- | mysql-test/suite/wsrep/t/variables_debug.cnf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/wsrep/t/variables_debug.cnf b/mysql-test/suite/wsrep/t/variables_debug.cnf new file mode 100644 index 00000000000..b1c96d2614d --- /dev/null +++ b/mysql-test/suite/wsrep/t/variables_debug.cnf @@ -0,0 +1,7 @@ +!include ../my.cnf + +[mysqld.1] +wsrep-on=ON +wsrep-cluster-address=gcomm:// +wsrep-provider=@ENV.WSREP_PROVIDER +binlog-format=ROW |