summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-26496-38339/+38039
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-262-49/+104
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-231-0/+202
* SERVER-41769 audit uses of write concern majority before transactions with sn...Jason Chan2019-07-171-1/+1
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-171-1/+1
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-121-0/+93
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-07-0817-34/+0
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-031-0/+81
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-021-10/+0
* SERVER-41688 hashindex1.js should explicitly create collection before trying ...Samy Lanka2019-07-011-8/+10
* SERVER-41860 Blacklist plan cache tests from the transactions passthroughsCharlie Swanson2019-06-212-7/+15
* SERVER-41753 Change indexc.js to use a single dateTed Tuckman2019-06-211-1/+2
* SERVER-41754 Ban secondary read preference variant for currentop_cursors.jsJacob Evans2019-06-141-1/+1
* SERVER-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-111-28/+16
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-1/+1
* SERVER-40408 Add support for pipelines in coll.updateMany shell helperBernard Gorman2019-06-101-0/+3
* SERVER-41476 Make findAndModify commands in find_and_modify.js deterministicJudah Schvimer2019-06-051-2/+3
* 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-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-1/+1
* SERVER-41438 Relax assertion in benchrun_pipeline_updates.jsCharlie Swanson2019-06-031-1/+1
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-0118-34/+42
* SERVER-41428 Robustify update_min_max_examples.jsCharlie Swanson2019-05-311-56/+62
* SERVER-40177 Enforce prepare conflicts on secondariesLouis Williams2019-05-311-4/+7
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-0/+11
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-7/+0
* SERVER-37062 db.watch does not show up in autocomplete or helpDavis Haupt2019-05-301-0/+1
* 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-2344-42/+223
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-232-11/+6
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-233-4/+37
* SERVER-39810 Make the new transaction format the default.Matthew Russotto2019-05-234-40/+2
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-5/+78
* 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-39158 Change updates to prefer target by the queryArun Banala2019-05-223-14/+15
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-1/+0
* 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-212-11/+37
* SERVER-40555 add searchSnippet metadataIan Boros2019-05-201-0/+4
* SERVER-41211 commands_banning_txnnumber_outside_transactions.js should not ru...Tess Avitabile2019-05-171-0/+1
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-172-0/+11
* 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-10075 Forbid illegal forms of TTL indexes during index creationGregory Wlodarek2019-05-161-0/+45
* SERVER-41050 Ban txnNumbers outside of transactions and retryable writesTess Avitabile2019-05-167-111/+82
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-154-17/+12
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-156-37/+36