Galera MTR Tests: Stability fixes
This commit is contained in:
parent
6da41e17d8
commit
5108deded5
@ -32,6 +32,8 @@ SET wsrep_dirty_reads=0;
|
|||||||
--source include/wait_condition.inc
|
--source include/wait_condition.inc
|
||||||
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
|
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
|
||||||
--source include/wait_condition.inc
|
--source include/wait_condition.inc
|
||||||
|
--let $wait_condition = SELECT VARIABLE_VALUE = 'ON' FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_ready';
|
||||||
|
--source include/wait_condition.inc
|
||||||
|
|
||||||
# Must return 0:
|
# Must return 0:
|
||||||
SHOW STATUS LIKE 'wsrep_desync_count';
|
SHOW STATUS LIKE 'wsrep_desync_count';
|
||||||
|
@ -45,7 +45,7 @@ SHOW CREATE TABLE t1;
|
|||||||
--connection node_2a
|
--connection node_2a
|
||||||
--reap
|
--reap
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
--sleep 1
|
--sleep 2
|
||||||
SHOW CREATE TABLE t1;
|
SHOW CREATE TABLE t1;
|
||||||
SELECT * from t1;
|
SELECT * from t1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user