Commit 71e1ddda authored by Elena Stepanova's avatar Elena Stepanova

Race condition occurs upon server restart inside test cases

Server restart is reported as failed (with exit code 0),
and the whole MTR worker aborts
parent cf9e4c8b
......@@ -33,10 +33,7 @@ while ($mysql_errno)
{
let $mysql_errno=0;
}
if ($mysql_errno > 0)
{
--sleep 0.1
}
--sleep 0.1
}
--enable_query_log
--enable_result_log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment