Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11, 11.1(EOL), 11.2, 11.4, 11.0(EOL), 11.3(EOL)
-
None
Description
The test innodb.corrupted_during_recovery is occasionally failing like this, mostly on MSAN or the Valgrind builder, but also some others:
10.11 f30244d13cff7fe3270216ef2214d3463305a0a9 |
innodb.corrupted_during_recovery 'innodb' w35 [ fail ] Found warnings/errors in server log file!
|
Test ended at 2024-02-07 08:14:36
|
line
|
2024-02-07 8:14:18 3 [ERROR] InnoDB: Table `test`.`t1` is corrupted. Please drop the table and recreate.
|
^ Found warnings in /buildbot/amd64-ubuntu-2204-valgrind/build/mysql-test/var/35/log/mysqld.1.err
|
I think that we simply need to add a suppression for this rare error. Even though I did not find any failures of this type in the 10.6 branch, I think that we’d better add the suppression already there, just in case.