1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Galera MTR Tests: Various test stability fixes (take #5)

This commit is contained in:
Philip Stoev
2015-08-14 01:16:25 -07:00
committed by Nirbhay Choubey
parent 7d73931cbc
commit ee22ac3808
2 changed files with 2 additions and 2 deletions

View File

@ -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)