1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
Philip Stoev
2015-08-12 05:32:18 -07:00
committed by Nirbhay Choubey
parent fd0aaad547
commit ff76214a46
4 changed files with 5 additions and 2 deletions

View File

@ -39,6 +39,7 @@ let $wait_timeout= 0;
let $wait_condition_reps= 0;
while ($wait_counter)
{
--error 0,ER_NO_SUCH_TABLE,ER_LOCK_WAIT_TIMEOUT
let $success= `$wait_condition`;
inc $wait_condition_reps;
if ($success)