summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_prepare10.py
Commit message (Collapse)AuthorAgeFilesLines
* Import wiredtiger: 6fb2e8db721720c4332664b79f8b261b059dcc08 from branch ↵Luke Chen2022-02-141-2/+0
| | | | | | | | | mongodb-master ref: 46826fd9aa..6fb2e8db72 for: 5.3.0 WT-8807 Remove unused imports from Python tests
* Import wiredtiger: be77e039023f314b8c12ef131adaf628c296975f from branch ↵Etienne Petrel2022-01-111-1/+0
| | | | | | | | | mongodb-master ref: 719945d56d..be77e03902 for: 5.3.0 WT-8648 Stop configuring snapshot isolation in the test suite
* Import wiredtiger: 6eeb4f7e61e7b34b7667f9fdd20e6ed5c55bd498 from branch ↵Luke Chen2021-11-151-11/+32
| | | | | | | | | mongodb-master ref: 180c9bfa72..6eeb4f7e61 for: 5.2.0 WT-8287 Implement timestamping and history for fixed-length column store.
* Import wiredtiger: 3e1694ee43fea423441143df135b76c855f87d5a from branch ↵Luke Chen2021-08-061-1/+9
| | | | | | | | | | | | | | mongodb-master ref: 0cbc1d8df6..3e1694ee43 for: 5.1.0 WT-6910 Write "history store" subpage for Architecture Guide WT-7838 Ability for ordered timestamp assertion to do more than a log message WT-7908 Make variable-length column store work again with the static tests Reverted ticket(s): WT-7757 Skip internal and leaf pages with content obsolete to the reader
* Import wiredtiger: 66af6ca57372bc9f600ff864d200b2feb2cb2969 from branch ↵Chenhao Qu2021-07-281-10/+7
| | | | | | | | | mongodb-master ref: e8fe6c09e0..66af6ca573 for: 5.1.0 WT-7901 test suite cleanup
* Import wiredtiger: b1d217df468b2cd4be9eee6945d2119951bdc5cf from branch ↵Luke Chen2021-03-021-1/+1
| | | | | | | | | mongodb-5.0 ref: b7739a6515..b1d217df46 for: 4.9.0 WT-6926 Update WiredTiger source code to include 2021 copyright notices
* Import wiredtiger: 850b579d4b526de7f296cb617999ccc20adb4aff from branch ↵Luke Chen2020-08-211-1/+1
| | | | | | | | | | | | | mongodb-4.6 ref: 4cacb06e31..850b579d4b for: 4.5.1 WT-5693 Enable test_wt4105_large_doc_small_upd WT-6390 Extend compact02 timeout from 8 => 10 minutes WT-6569 Squash the prepared updates into a single update before writing it to data store WT-6578 Prevent reconciliation from looking past the on-disk value WT-6602 Allow operation timeout ms to be passed to commit and rollback
* Import wiredtiger: d09046d3d6edb1677739eafd7b63b840c92cf9c9 from branch ↵Luke Chen2020-07-031-1/+1
| | | | | | | | | mongodb-4.4 ref: 95e4b38eeb..d09046d3d6 for: 4.5.1 WT-6444 Abort a transaction if it is force evicting and oldest
* Import wiredtiger: 95e4b38eebbb4050b2144341c5f60e5a2f5c40b9 from branch ↵Luke Chen2020-07-021-1/+1
| | | | | | | | | | | | mongodb-4.4 ref: 5d5d26e79d..95e4b38eeb for: 4.5.1 WT-6453 Pin transaction ids for history store cursor operations WT-6465 Update config to avoid rollback error in Python tests WT-6480 Fix a bug where files without block modification information were repeatedly copied at each incremental backup WT-6487 Force pages to split in the case of lots of small updates on a page
* Import wiredtiger: cc2458c2c238b08db817161915d00d7e19c6ba29 from branch ↵Luke Chen2020-06-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | mongodb-4.4 ref: 943d9cdd2a..cc2458c2c2 for: 4.5.1 WT-6295 Aggregate time windows in salvage WT-6297 Increase data size for test_checkpoint04.py WT-6301 Add shorter running stress jobs WT-6323 Increase cache size in prepare unit tests to avoid rollback errors WT-6329 Add stats to track number of entries skipped by cursor next and prev WT-6332 Don't configure HS cursor walk with test/format in-memory configuration WT-6333 Fix memory leak in hs_cursor WT-6334 Coverity: Use return value when closing incremental backup cursor WT-6335 Formatting cleanups for history-store modify records WT-6336 Minor cleanup in test/format buffer handling WT-6337 Temporarily disable format's history store cursor scan WT-6338 Retrieve at least one key to ensure it's valid for HS cursor scan WT-6347 Don't reset transaction ids when evicting mixed mode tombstones and clear history store contents for mixed mode updates WT-6350 Immediately evict the pages that are read by rollback to stable WT-6352 Remove obsolete options from the wt verify API
* Import wiredtiger: 55d47c210ccb07a115c2e6f71ee90367c7c3ab77 from branch ↵Luke Chen2020-05-191-0/+180
mongodb-4.4 ref: 32b5f903db..55d47c210c for: 4.5.1 WT-6170 Retrieve the original time window from the history store to replace an aborted prepared update WT-6225 Retry reading when the reader run concurrently with committing or rollbacking of prepared updates WT-6249 test_timestamp_abort should report all failing records before dying WT-6254 Statistics for force evicting history store pages while the session has history store cursor open WT-6255 Temporarily disable format-stress-sanitizer-lsm-test in Evergreen WT-6261 Turn off incremental backup rename testing WT-6265 Coverity: Integer overflow in test/format/ops.c