Skip to content

Commit

Permalink
Galera MTR Tests: Various test stability fixes (take #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-galera authored and Nirbhay Choubey committed Sep 10, 2015
1 parent 7d73931 commit ee22ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/include/wait_condition.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let $wait_timeout= 0;
let $wait_condition_reps= 0;
while ($wait_counter)
{
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT,ER_UNKNOWN_COM_ERROR
let $success= `$wait_condition`;
inc $wait_condition_reps;
if ($success)
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/galera/t/galera_split_brain.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SET GLOBAL wsrep_cluster_address = '';
--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'
--source include/wait_condition.inc

--sleep 5
--sleep 10

--connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2
--source include/wait_until_connected_again.inc
Expand Down

0 comments on commit ee22ac3

Please sign in to comment.