From 7edbd27258cd2f73887b1723e515139e654cf37e Mon Sep 17 00:00:00 2001 From: Stepan Patryshev Date: Mon, 4 Jan 2021 18:24:06 +0200 Subject: MDEV-24500: Added wait condition to make sure table t1 is replicated to node_2. --- mysql-test/suite/galera_sr/t/GCF-900.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/suite/galera_sr/t/GCF-900.test b/mysql-test/suite/galera_sr/t/GCF-900.test index 3f1b53630b6..b44423c5013 100644 --- a/mysql-test/suite/galera_sr/t/GCF-900.test +++ b/mysql-test/suite/galera_sr/t/GCF-900.test @@ -15,6 +15,9 @@ START TRANSACTION; INSERT INTO t1 VALUES (2, 0); --connection node_2 +--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.INNODB_SYS_TABLES WHERE NAME LIKE 'test/t1'; +--source include/wait_condition.inc + ALTER TABLE t1 DROP COLUMN f2; --connection node_1 -- cgit v1.2.1