mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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
This commit is contained in:
parent
cf9e4c8b16
commit
71e1ddda22
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue