summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-072-4/+25
* SERVER-33658 Disable transaction tests on storage engines without document-le...Matthew Russotto2018-03-056-21/+17
* SERVER-33624 Check for db mismatch when resolving UUIDs for read commands.David Storch2018-03-051-2/+25
* SERVER-33502 Do not use getLastError in parallel suiteCharlie Swanson2018-03-023-23/+23
* SERVER-32320 Rename tests which were renamed wrongMatthew Russotto2018-03-013-155/+155
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-6/+19
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-017-80/+293
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-0/+3
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-211-0/+2
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-211-19/+10
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-2/+11
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-201-0/+2
* SERVER-33365 run a valid doTxn command when checking it fails on MMAPv1Kyle Suarez2018-02-161-2/+3
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-162-57/+46
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-159-26/+26
* SERVER-33314 Modify cannot_create_system_dot_indexes.js and indexes_on_indexe...Tess Avitabile2018-02-142-4/+9
* SERVER-32691 Add write_concern_majority_passthrough task in Evergreen.Max Hirschhorn2018-02-121-1/+9
* SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch2018-02-091-0/+41
* SERVER-33192 Delete apply_ops_atomicity.jsTess Avitabile2018-02-081-79/+0
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-081-0/+70
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-082-1/+21
* SERVER-33106 set multiKeyPaths and clear plan cache in onCommit hookKyle Suarez2018-02-081-0/+58
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-0/+1
* SERVER-33092 Fix elemMatchProjection.js to always have monotonically increasi...David Storch2018-02-051-14/+39
* SERVER-33051 don't run restartCatalog test on non-WiredTiger storage enginesKyle Suarez2018-02-021-0/+9
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+70
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-016-17/+48
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-011-0/+24
* Revert "SERVER-33023 Disable transaction on storage engines other than wired ...Siyuan Zhou2018-01-312-20/+0
* SERVER-33023 Disable transaction on storage engines other than wired tigerSiyuan Zhou2018-01-312-0/+20
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-0/+193
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-312-0/+108
* SERVER-29771 Remove the forceerror commandjannaerin2018-01-311-1/+0
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-01-3022-56/+191
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-01-3043-95/+245
* SERVER-33006 Fix lte assertion in distinct_compound_index.jsCharlie Swanson2018-01-301-2/+2
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-301-14/+19
* SERVER-31970 Modernize core/geo_polygon3.js and improve error handlingChibuikem Amaechi2018-01-251-42/+48
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-1/+1
* SERVER-32463 Remove FCV dependent miscellaneous sharding codeJack Mulrow2018-01-231-1/+0
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-1966-580/+748
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+6
* SERVER-32726 Fix out-of-order error code in update_driver.cppMatthew Russotto2018-01-162-2/+2
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-113-6/+5
* SERVER-31530 Certain queries using 2d index could incorrecly computeMartin Neupauer2018-01-101-0/+9
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-60/+7
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-082-353/+52
* SERVER-32560 Use unique database name in do_txn_atomicity.jsMatthew Russotto2018-01-051-1/+1
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-0/+246