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.