From 57b666b2e56f3ca5b90d01ace655f9122d0d9e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Tue, 8 Oct 2019 15:04:39 +0300 Subject: [PATCH] Fix test case wsrep.mdev_6832 we need to wait until wsrep_ready is ON before test can end. --- mysql-test/suite/wsrep/t/mdev_6832.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/suite/wsrep/t/mdev_6832.test b/mysql-test/suite/wsrep/t/mdev_6832.test index 226be1b788c..d5303ce3fcf 100644 --- a/mysql-test/suite/wsrep/t/mdev_6832.test +++ b/mysql-test/suite/wsrep/t/mdev_6832.test @@ -12,5 +12,6 @@ eval SET @@global.wsrep_provider='$WSREP_PROVIDER'; --enable_query_log SHOW STATUS LIKE 'wsrep_ready'; SET @@global.wsrep_cluster_address='gcomm://'; - +--let $wait_condition = SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready'; +--source include/wait_condition.inc --echo # End of test.