Commit 8278edc
Varun Deep Saini
MDEV-38195: Fix flaky events_restart and tmp_space_usage tests
events.events_restart: 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).
main.tmp_space_usage: The test compares tmp_space_used from
session_status and processlist, but reads them at different times
across a connection switch. Internal temp space changes (e.g. InnoDB
page allocation) between reads cause small differences. Allow up to
32KB tolerance (two InnoDB pages) instead of requiring exact equality.
Signed-off-by: Varun Deep Saini <varun.23bcs10048@ms.sst.scaler.com>1 parent daf29b5 commit 8278edc
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | | - | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments