Skip to content

Commit ad28d27

Browse files
author
Varun Deep Saini
committed
MDEV-38195: Fix flaky events_restart test
Add missing error log suppressions for "error during compilation" and "Query was empty" that occur when the event scheduler processes events from a corrupted mysql.event table (body column altered to longtext during the test). Signed-off-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>
1 parent d477356 commit ad28d27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mysql-test/suite/events/events_restart.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
call mtr.add_suppression('Column count of mysql.event is wrong. Expected .*, found .*\. The table is probably corrupted');
55
call mtr.add_suppression('Event Scheduler: An error occurred when initializing system tables. Disabling the Event Scheduler');
66
call mtr.add_suppression('Event Scheduler.*shutdown.*');
7+
call mtr.add_suppression('Event Scheduler: error during compilation of');
8+
call mtr.add_suppression('Event Scheduler:.*Query was empty');
79
--enable_query_log
810

911
let $collation_server=`select @@collation_server`;

0 commit comments

Comments
 (0)