mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Galera MTR Tests: Fortify galera_restart_nochanges.test against sporadic failures due to node not being ready immediately after restart
This commit is contained in:
parent
92162e6d87
commit
1cb01fe7d2
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ INSERT INTO t1 VALUES (1);
|
|||
--connection node_2
|
||||
--source include/restart_mysqld.inc
|
||||
|
||||
--connection node_1
|
||||
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
--let $galera_connection_name = node_2a
|
||||
--let $galera_server_number = 2
|
||||
--source include/galera_connect.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue