Skip to content

Commit ee22ac3

Browse files
philip-galeraNirbhay Choubey
authored andcommitted
Galera MTR Tests: Various test stability fixes (take #5)
1 parent 7d73931 commit ee22ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/include/wait_condition.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let $wait_timeout= 0;
3939
let $wait_condition_reps= 0;
4040
while ($wait_counter)
4141
{
42-
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT
42+
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT,ER_UNKNOWN_COM_ERROR
4343
let $success= `$wait_condition`;
4444
inc $wait_condition_reps;
4545
if ($success)

mysql-test/suite/galera/t/galera_split_brain.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SET GLOBAL wsrep_cluster_address = '';
3838
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'
3939
--source include/wait_condition.inc
4040

41-
--sleep 5
41+
--sleep 10
4242

4343
--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
4444
--source include/wait_until_connected_again.inc

0 commit comments

Comments
 (0)