The wiredtiger-compatibility Jenkins job captured a compatibility issue - the latest wiredtiger binary built against tip of develop failed to verify a data directory generated by a previous version (i.e. 3.2.1) binary.
http://build.wiredtiger.com:8080/job/wiredtiger-compatibility/1630/
Starting to verify URI for "develop" branch/release ... Verifying table:wt using ../build_posix.develop/wt binary Verifying table:wt using ../build_posix.r1/wt binary Verifying table:wt using ../build_posix.r2/wt binary Starting to verify URI for "r1" branch/release ... Verifying table:wt using ../build_posix.r1/wt binary Verifying table:wt using ../build_posix.develop/wt binary wt: WT_NOTFOUND: item not found
This seems to be related to recently merged WT-5206.
- is caused by
-
WT-5206 Return the correct checkpoint-modified list of blocks
- Closed