summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_stream_transaction_sharded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-261-1/+0
|
* SERVER-55010 enable sharding suites in SBE build variantKyle Suarez2021-04-131-0/+1
| | | | | This enables most of the sharding suites, with the exception of the sharding_auth* ones, which are deferred to SERVER-56064.
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-245/+236
|
* SERVER-41183 Add coverage for change streams over large transactionsJustin Seyster2019-06-071-1/+0
|
* SERVER-40386: replace commitTransaction() used in jstests with ↵Lingzhi Deng2019-06-041-1/+1
| | | | commitTransaction_forTesting()
* SERVER-40386: replace abortTransaction() used in jstests with ↵Lingzhi Deng2019-06-041-1/+1
| | | | abortTransaction_forTesting()
* SERVER-41079 Add new build variant for the multiple oplog entries ↵Jason Chan2019-05-161-0/+1
| | | | transaction format
* Revert "SERVER-41079 Add new build variant for the multiple oplog entries ↵Jason Chan2019-05-161-1/+0
| | | | | | transaction format" This reverts commit 6df77aa1579d11894a80ddd2edb3053db5abd0aa.
* SERVER-41079 Add new build variant for the multiple oplog entries ↵Jason Chan2019-05-161-0/+1
| | | | transaction format
* SERVER-39678 Comprehensive test for resuming a Change Stream with prepared ↵James Wahlin2019-03-211-0/+268
transactions