Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.10(EOL), 10.11, 11.1(EOL), 11.2(EOL)
-
None
Description
Re-write the `innodb.doublewrite` test case. Because it is being skipped everytime
on debug build.
 |
innodb.doublewrite '32k,innodb,strict_crc32' [ skipped ] Extra checkpoint 1 after 56238 (0:12=56344,0:11=56285)
|
innodb.doublewrite '64k,innodb,strict_crc32' [ skipped ] Extra checkpoint 1 after 55920 (0:10=56256,0:11=56299)
|
innodb.doublewrite '32k,innodb,strict_full_crc32' [ skipped ] Extra checkpoint 1 after 54403 (0:10=56269,0:9=56226)
|
innodb.doublewrite '64k,innodb,strict_full_crc32' [ skipped ] Extra checkpoint 1 after 55323 (0:10=56256,0:11=56299)
|
innodb.doublewrite '16k,innodb,strict_crc32' [ skipped ] Extra checkpoint 1 after 55488 (0:10=56410,0:11=56453)
|
innodb.doublewrite '4k,innodb,strict_crc32' [ skipped ] Extra checkpoint 1 after 74456 (0:12=74546,0:11=74503)
|
innodb.doublewrite '8k,innodb,strict_crc32' [ skipped ] Extra checkpoint 1 after 62190 (0:14=62280,0:13=62237)
|
innodb.doublewrite '16k,innodb,strict_full_crc32' [ skipped ] Extra checkpoint 1 after 56416 (0:12=56506,0:11=56463)
|
innodb.doublewrite '4k,innodb,strict_full_crc32' [ skipped ] Extra checkpoint 1 after 74497 (0:14=74587,0:13=74544)
|
innodb.doublewrite '8k,innodb,strict_full_crc32' [ skipped ] Extra checkpoint 1 after 60858 (0:12=62204,0:11=62161)
|
InnoDB should avoid usage of innodb_buf_flush_list_now variable. It triggers the
checkpoint very often and it leads to skip of this test case.
Attachments
Issue Links
- relates to
-
MDEV-33098 The test innodb.doublewrite_debug occasionally fails to start up InnoDB
- Closed
-
MDEV-33295 innodb.doublewrite,64k,strict_crc32 occasionally fails
- Closed
-
MDEV-32968 InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty
- Closed