diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-06-18 10:16:38 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-06-23 08:10:35 +0300 |
commit | 83464029cec28b4463309e18fa85974798719932 (patch) | |
tree | 8ab2c18a2852595db8bc675de17dadba0feb01e6 | |
parent | f67aee000df284027a6ecbd0fa639da56ecf8545 (diff) | |
download | mariadb-git-83464029cec28b4463309e18fa85974798719932.tar.gz |
Fix try for Galera test lp1376747-4
-rw-r--r-- | mysql-test/suite/galera/r/lp1376747-4.result | 2 | ||||
-rw-r--r-- | mysql-test/suite/galera/t/lp1376747-4.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/galera/r/lp1376747-4.result b/mysql-test/suite/galera/r/lp1376747-4.result index 3370e1d3d8e..efce740ea88 100644 --- a/mysql-test/suite/galera/r/lp1376747-4.result +++ b/mysql-test/suite/galera/r/lp1376747-4.result @@ -27,8 +27,8 @@ t1 CREATE TABLE `t1` ( `id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 -set debug_sync= 'RESET'; connection node_2a; +set debug_sync= 'RESET'; UNLOCK TABLES; SET SESSION wsrep_sync_wait = DEFAULT; SHOW CREATE TABLE t1; diff --git a/mysql-test/suite/galera/t/lp1376747-4.test b/mysql-test/suite/galera/t/lp1376747-4.test index d19ff422ab0..724901da068 100644 --- a/mysql-test/suite/galera/t/lp1376747-4.test +++ b/mysql-test/suite/galera/t/lp1376747-4.test @@ -46,10 +46,10 @@ SET debug_sync='now SIGNAL go2'; # the cluster as there is new FTRL that is still pausing it. UNLOCK TABLES; SHOW CREATE TABLE t1; -set debug_sync= 'RESET'; --connection node_2a --reap +set debug_sync= 'RESET'; UNLOCK TABLES; SET SESSION wsrep_sync_wait = DEFAULT; |