mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Galera MTR Tests: missing wsrep_sync_wait in test galera_evs_suspect_timeout
This commit is contained in:
parent
0088fb91f3
commit
b1fabb2c0a
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ SET SESSION wsrep_sync_wait = 0;
|
|||
SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
|
||||
VARIABLE_VALUE = 2
|
||||
1
|
||||
SET SESSION wsrep_sync_wait = DEFAULT;
|
||||
SELECT COUNT(*) = 1 FROM t1;
|
||||
COUNT(*) = 1
|
||||
1
|
||||
|
|
|
@ -50,6 +50,7 @@ SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_N
|
|||
--enable_query_log
|
||||
|
||||
--source include/wait_until_connected_again.inc
|
||||
SET SESSION wsrep_sync_wait = DEFAULT;
|
||||
SELECT COUNT(*) = 1 FROM t1;
|
||||
DROP TABLE t1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue