summaryrefslogtreecommitdiff
path: root/jstests/core/txns
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-262-49/+104
* SERVER-41769 audit uses of write concern majority before transactions with sn...Jason Chan2019-07-161-1/+1
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-161-1/+1
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-07-025-480/+0
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-102-4/+0
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-0429-65/+65
* SERVER-40386: replace abortTransaction() used in jstests with abortTransactio...Lingzhi Deng2019-06-041-1/+2
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-0118-34/+42
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-4/+7
* SERVER-41008: Use timestampCmp for timestamp comparison in PrepareHelpers.awa...Lingzhi Deng2019-05-241-1/+2
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-232-2/+11
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-231-1/+1
* SERVER-39810 Make the new transaction format the default.Matthew Russotto2019-05-234-40/+2
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-1/+1
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+14
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+6
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-4/+10
* SERVER-41211 commands_banning_txnnumber_outside_transactions.js should not ru...Tess Avitabile2019-05-171-0/+1
* SERVER-41079 Add new build variant for the multiple oplog entries transaction...Jason Chan2019-05-161-1/+1
* Revert "SERVER-41079 Add new build variant for the multiple oplog entries tra...Jason Chan2019-05-161-1/+1
* SERVER-41079 Add new build variant for the multiple oplog entries transaction...Jason Chan2019-05-161-1/+1
* SERVER-40885 Disallow running commitTransaction/abortTransaction as the first...Randolph Tan2019-05-161-2/+2
* SERVER-41050 Ban txnNumbers outside of transactions and retryable writesTess Avitabile2019-05-167-111/+82
* SERVER-40684 Ban transactions against capped collectionsVesselina Ratcheva2019-05-132-57/+18
* SERVER-41008: Check lastCommittedOpTime instead of awaitReplication for tests...Lingzhi Deng2019-05-091-1/+20
* SERVER-40423: Validate error messages in test commands_not_allowed_in_txn.jsLingzhi Deng2019-05-091-3/+9
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running tran...Jason Chan2019-05-091-0/+83
* SERVER-41021 createIndexes should not use Database MODE_X when creating the c...Geert Bosch2019-05-071-0/+4
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-5/+6
* SERVER-36483 Do not reap transaction entries for prepared transactionsKaloian Manassiev2019-05-021-1/+16
* SERVER-40935 Start new transactions for each snapshot read in timestamped_rea...Judah Schvimer2019-05-021-6/+15
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-022-12/+35
* SERVER-36497 Test that downgrading FCV to 4.0 waits for prepared transactions...Vesselina Ratcheva2019-04-292-2/+72
* SERVER-39518 Use database MODE_IX lock for rename collectionsXiangyu Yao2019-04-291-0/+35
* SERVER-40839: Add tests for empty unprepared transactionsLingzhi Deng2019-04-291-0/+64
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-261-0/+59
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-262-43/+76
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-252-76/+43
* SERVER-40533: Return OperationNotSupportedInTransaction if prepareTransaction...Lingzhi Deng2019-04-251-4/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-252-43/+76
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-252-76/+43
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-252-43/+76
* Revert "SERVER-35638 Short timeout to autocomplete collection names"Justin Seyster2019-04-241-59/+0
* SERVER-35638 Short timeout to autocomplete collection namesA. Jesse Jiryu Davis2019-04-241-0/+59
* Revert "SERVER-36497 Test that downgrading FCV to 4.0 waits for prepared tran...Vesselina Ratcheva2019-04-232-72/+2
* SERVER-36497 Test that downgrading FCV to 4.0 waits for prepared transactions...Vesselina Ratcheva2019-04-222-2/+72
* SERVER-39516 Use database MODE_IX lock for creating collectionXiangyu Yao2019-04-181-0/+33
* SERVER-40321 Transaction CRUD ops on a shard against a capped collection failDianna2019-04-174-11/+61
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-0/+37
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-151-0/+85