Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
-
v5.0
Description
etienne.petrel reports:
Seems that there is a consistent failure in compatibility-test-for-newer-releases:
[2021/11/10 02:25:40.494] [1636511140:494000][80957:0x7f4339390b80], file:wt.wt, WT_SESSION.verify: __verify_ckptfrag_chk, 520: checkpoint ranges never verified: 10
|
[2021/11/10 02:25:40.494] [1636511140:494128][80957:0x7f4339390b80], file:wt.wt, WT_SESSION.verify: __verify_filefrag_chk, 434: file ranges never verified: 10
|
[2021/11/10 09:17:35.434] t: run FAILED
|
[2021/11/10 09:17:35.434] t: FAILED: wts_verify/586: ret == 0 || ret == EBUSY: session.verify: table:wt: verify
|
Seems that we are returning WT_ERROR as count is different from 0 and block->verify_strict is true.
Spawning the host from this failure and running the following command reproduces the issue:
pwd
|
/data/mci/artifacts-0ba903-compatibility-tests_compatibility-test-for-newer-releases/test-compatibility-run/mongodb-5.0/test/format
|
|
./t -1Rq -B -c ../../../develop/test/format/CONFIG_mongodb-5.0 -h ../../../develop/test/format/RUNDIR.row timer=2
|