summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-106-36/+37
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-106-37/+36
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-102-40/+92
* SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne functionBernard Gorman2019-05-101-3/+3
* 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
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-092-92/+40
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-082-40/+92
* SERVER-40405 Add support for 'sort' option in combination with a pipeline-sty...James Wahlin2019-05-081-5/+14
* SERVER-40404 Add support for 'fields' option in combination with a pipeline-s...James Wahlin2019-05-081-7/+20
* SERVER-41021 createIndexes should not use Database MODE_X when creating the c...Geert Bosch2019-05-071-0/+4
* SERVER-40401 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-072-23/+30
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-072-5/+87
* SERVER-40403 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-071-8/+0
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-063-23/+19
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-5/+6
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-031-0/+88
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-21/+12
* SERVER-36483 Do not reap transaction entries for prepared transactionsKaloian Manassiev2019-05-021-1/+16
* SERVER-40400 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-022-10/+21
* 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-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-012-7/+93
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-302-1/+53
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-293-4/+4
* 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
* SERVER-40461 implement WriteResult._id for upsertsGabriel Russell2019-04-241-0/+12
* 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-40747 Blacklist tests with large inserts from transaction passthrough ...Matthew Russotto2019-04-227-5/+9
* 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
* SERVER-40510 Distinct command can create an invalid BSON projection spec if k...Martin Neupauer2019-04-121-0/+2
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-122-1/+85
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-1112-283/+309
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+159