MDEV-22922: galera_ftwrl_drain test failed

A new state has been added to the wait condition,
which eliminates the error during the test.
This commit is contained in:
Julius Goryavsky 2020-06-17 14:18:02 +02:00
commit 451bd32600

View file

@ -39,7 +39,7 @@ SELECT COUNT(*) = 0 FROM t1;
--connection node_2
--sleep 1
--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE STATE = 'Init' AND INFO = 'FLUSH TABLES WITH READ LOCK'
--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.PROCESSLIST WHERE (STATE = 'Init' OR STATE = 'starting') AND INFO = 'FLUSH TABLES WITH READ LOCK'
--source include/wait_condition.inc
--source include/galera_clear_sync_point.inc