From 509c7f66bdf9cbbf8c7ecc9ceee7a1cbd67e0cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Tue, 24 Jan 2023 14:36:54 +0200 Subject: MDEV-27977 : galera.galera_UK_conflict fails with wrong result Add wait_condition so that all rows expected are really replicated before we check it. --- mysql-test/suite/galera/r/galera_UK_conflict.result | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/suite/galera/r/galera_UK_conflict.result') diff --git a/mysql-test/suite/galera/r/galera_UK_conflict.result b/mysql-test/suite/galera/r/galera_UK_conflict.result index 402289d7ef8..b0420d58ede 100644 --- a/mysql-test/suite/galera/r/galera_UK_conflict.result +++ b/mysql-test/suite/galera/r/galera_UK_conflict.result @@ -144,7 +144,6 @@ SET debug_sync='RESET'; connection node_1; SET GLOBAL wsrep_slave_threads = DEFAULT; connection node_2; -SET SESSION wsrep_sync_wait=15; SELECT * FROM t1; f1 f2 f3 1 1 0 -- cgit v1.2.1