-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
NachoCheese - 2023-10-03
-
3
When I enabling testing additional branches for the compatibility test suite (WT-11715), the patch build showed several errors:
[2023/09/20 15:53:59.960] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-7.1.newer=develop) ... ERROR [2023/09/20 15:54:02.036] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-7.0.newer=develop) ... ERROR [2023/09/20 15:54:04.127] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-7.0.newer=mongodb-7.1) ... ERROR [2023/09/20 15:54:06.213] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.3.newer=develop) ... ERROR [2023/09/20 15:54:08.281] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.3.newer=mongodb-7.1) ... ERROR [2023/09/20 15:54:10.361] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.3.newer=mongodb-7.0) ... ERROR
For reference, the following pairs of branches finished successfully:
[2023/09/20 15:54:12.407] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.0.newer=develop) ... ok [2023/09/20 15:54:14.432] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.0.newer=mongodb-7.1) ... ok [2023/09/20 15:54:16.453] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.0.newer=mongodb-7.0) ... ok [2023/09/20 15:54:18.467] [pid:85126]: Demonstrate that checkpoint cleanup should clean up fast-truncated child pages (older=mongodb-6.0.newer=mongodb-6.3) ... ok
In the case of all failures, this was the error:
[1695225239:910910][124637:0x7f47979ac4c0]: [WT_VERB_DEFAULT][ERROR]: __txn_timestamp_usage_check, 872: file:test_fast_truncate: unexpected timestamp usage: no timestamp provided for an update to a table configured to always use timestamps once they are first used: Invalid argument [1695225239:910951][124637:0x7f47979ac4c0]: [WT_VERB_DEFAULT][ERROR]: __wt_abort, 28: aborting WiredTiger library
- has to be done before
-
WT-11715 Test additional branches in the compatibility test suite
-
- Closed
-