mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
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:
parent
e9f62228ab
commit
451bd32600
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue