Commit 99d33cd6 authored by anozdrin/alik@station's avatar anozdrin/alik@station

A patch for BUG#32172: information_schema test fails with

wait_condition timeout.

The problem was that the event thread didn't manage to execute
the event in 30 seconds on highly-loaded box. The fix is to
increase timeout.

This is a fix for the test suite.
parent 5f33524d
...@@ -1142,6 +1142,7 @@ END$$ ...@@ -1142,6 +1142,7 @@ END$$
DELIMITER ;$$ DELIMITER ;$$
let $wait_timeout= 300;
let $wait_condition=select count(*) = 0 from information_schema.events where event_name='event_status'; let $wait_condition=select count(*) = 0 from information_schema.events where event_name='event_status';
--source include/wait_condition.inc --source include/wait_condition.inc
......
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