summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/readConcern_atClusterTime_snapshot_selection.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55703 Fix tests to update getDefaultRWConcern to return the implicit ↵Moustafa Maher2021-05-041-0/+5
| | | | default
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-1/+0
|
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-1/+5
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-74/+72
|
* SERVER-40386: replace commitTransaction() used in jstests with ↵Lingzhi Deng2019-06-041-2/+2
| | | | commitTransaction_forTesting()
* SERVER-40386: assert responses of abortTransaction_forTesting() and ↵Lingzhi Deng2019-06-011-1/+2
| | | | commitTransaction_forTesting()
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on ↵Vesselina Ratcheva2019-02-061-27/+0
| | | | secondaries
* SERVER-34620 Make speculative read atClusterTime not wait for the given ↵Matthew Russotto2018-12-061-13/+21
| | | | cluster time to be majority-committed
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-3/+3
|
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-1/+1
|
* SERVER-33248 Allow choosing a sync source that we are up to date with if it ↵Tess Avitabile2018-08-221-11/+1
| | | | has a higher lastOpCommitted
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-2/+2
| | | | | | Adds a new 'MaxTimeMSExpired' error code, returned when a timeout occurs due to exceeding of maxTimeMS. Timeouts unrelated to maxTimeMS will continue to return 'ExceededTimeLimit'.
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-6/+1
|
* SERVER-34388 Convert tests doing snapshot reads to use transactionsXiangyu Yao2018-05-221-40/+28
|
* SERVER-35024 atClusterTime incorrectly uses round_to_oldest option when ↵Louis Williams2018-05-181-1/+1
| | | | opening transactions. Refactor WiredTigerBeginTxnBlock to use enum parameters with safe defaults.
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. ↵Louis Williams2018-05-151-1/+1
| | | | An enum is now used to indicate at which time to read on a RecoveryUnit.
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-14/+2
|
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-2/+14
|
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-17/+12
|
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+8
|
* SERVER-33249 readConcern_atClusterTime_snapshot_selection.js should ensure ↵Judah Schvimer2018-02-121-3/+13
| | | | the commit point moves forward
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-0/+128