Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4
-
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.
The suppression was added in
MDEV-19541and it exists in the 10.6 branch, which is why the test does not fail in 10.6 or earlier. The suppression was lost in an incorrect merge from 10.6 to 10.7.