mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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. mysql-test/t/information_schema.test: Provide more time to execute an event.
This commit is contained in:
@@ -1142,6 +1142,7 @@ END$$
|
||||
|
||||
DELIMITER ;$$
|
||||
|
||||
let $wait_timeout= 300;
|
||||
let $wait_condition=select count(*) = 0 from information_schema.events where event_name='event_status';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user