Browse Source
MDEV-18426: Most of the mtr tests in the galera_3nodes suite fail
MDEV-18426: Most of the mtr tests in the galera_3nodes suite fail
Most of the mtr tests in the galera_3nodes suite fail for a variety of reasons with a variety of errors. This patch fixes several substantial flaws in the galera_3nodes suite tests and in the mtr framework service files, adapting the tests from galera_3nodes for the current version of MariaDB. This patch also synchronizes some galera_3nodes-related files with the latest changes made for MDEV-17835 (v2 patch) and for MDEV-18379 in other branches (10.2 and 10.3). Closes #1161pull/1189/head
committed by
Marko Mäkelä
18 changed files with 108 additions and 22 deletions
-
2mysql-test/include/galera_resume.inc
-
2mysql-test/include/galera_suspend.inc
-
1mysql-test/suite/galera_3nodes/galera_2x3nodes.cnf
-
1mysql-test/suite/galera_3nodes/galera_3nodes.cnf
-
9mysql-test/suite/galera_3nodes/r/galera_pc_weight.result
-
10mysql-test/suite/galera_3nodes/r/galera_safe_to_bootstrap.result
-
6mysql-test/suite/galera_3nodes/suite.pm
-
20mysql-test/suite/galera_3nodes/t/galera_garbd.test
-
2mysql-test/suite/galera_3nodes/t/galera_innobackupex_backup.test
-
2mysql-test/suite/galera_3nodes/t/galera_ipv6_mariabackup.test
-
1mysql-test/suite/galera_3nodes/t/galera_ipv6_mysqldump.opt
-
1mysql-test/suite/galera_3nodes/t/galera_ipv6_rsync.opt
-
6mysql-test/suite/galera_3nodes/t/galera_ist_gcache_rollover.cnf
-
13mysql-test/suite/galera_3nodes/t/galera_ist_gcache_rollover.test
-
32mysql-test/suite/galera_3nodes/t/galera_safe_to_bootstrap.test
-
14mysql-test/suite/galera_3nodes/t/galera_var_dirty_reads2.test
-
6scripts/wsrep_sst_mariabackup.sh
-
2scripts/wsrep_sst_rsync.sh
@ -0,0 +1 @@ |
|||
--bind-address=:: |
@ -0,0 +1 @@ |
|||
--bind-address=:: |
@ -1,11 +1,11 @@ |
|||
!include ../galera_3nodes.cnf |
|||
|
|||
[mysqld.1] |
|||
wsrep_provider_options='base_port=@mysqld.1.#galera_port;pc.ignore_sb=true;gcache.size=1M' |
|||
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.1.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.ignore_sb=true;gcache.size=1M' |
|||
|
|||
[mysqld.2] |
|||
wsrep_provider_options='base_port=@mysqld.2.#galera_port;pc.ignore_sb=true;gcache.size=1M' |
|||
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.2.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.ignore_sb=true;gcache.size=1M' |
|||
|
|||
[mysqld.3] |
|||
wsrep_provider_options='base_port=@mysqld.3.#galera_port;pc.ignore_sb=true;gcache.size=1M' |
|||
wsrep_provider_options='repl.causal_read_timeout=PT90S;base_port=@mysqld.3.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.ignore_sb=true;gcache.size=1M' |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue