summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-272-144/+161
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+3
* SERVER-35805 Support recoverable rollback with the inMemory WT storage engineDianna Hohensee2018-07-271-10/+10
* SERVER-35238 Drop the collection after removing the partially written chunks ...Cheahuychou Mao2018-07-271-12/+31
* SERVER-34664 Fix error codeTess Avitabile2018-07-271-1/+1
* SERVER-34664 Commands that are unsupported in a transaction should errorTess Avitabile2018-07-271-1/+5
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-07-261-2/+3
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-261-3/+65
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-07-261-0/+67
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-263-70/+135
* SERVER-35919 Ensure all tests that use transactions perform collection drops ...Tess Avitabile2018-07-2621-25/+28
* SERVER-35654 Disable implicit sessions for rollback_transaction_table.jsJack Mulrow2018-07-251-3/+3
* SERVER-35709 Mongos should remember readConcern setting for multi statement t...Jack Mulrow2018-07-251-1/+4
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-256-12/+15
* SERVER-35174 Added readConcern and readTimestamp to CurOp's transaction sub-d...jinichu2018-07-252-1/+15
* SERVER-35891 add failpoints to disable aggregation optimizationsVarun Arora2018-07-252-0/+97
* SERVER-36210 Adapt sharding/stats test to be version aware as stats behavior ...Ben Judd2018-07-251-3/+17
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-07-244-15/+230
* SERVER-36062 Stop running parallel; enable concurrent test suites on mobileSulabh Mahajan2018-07-2518-4/+28
* SERVER-36234 Fix initial_sync_drop_collection.js to prevent using stale heart...Suganthi Mani2018-07-241-1/+2
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-0/+70
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-2422-46/+44
* SERVER-36073 Save benchRun stats generated by mongoebench to JSON file.Max Hirschhorn2018-07-231-0/+9
* SERVER-34558 Add server status for transport security protocol versionsMark Benvenuto2018-07-231-0/+55
* SERVER-21167 Top keeps state about operations against non-existent collectionsSean Tao2018-07-231-0/+11
* SERVER-35378 make prepareTransaction command return the prepareTimestampPavi Vetriselvan2018-07-231-3/+7
* SERVER-36127 use w:majority instead of w:2 in apply_batch_only_goes_forward.jsJudah Schvimer2018-07-231-4/+4
* SERVER-36238 add requires_replication tag to wt_cache_full.js testsBenety Goh2018-07-233-3/+3
* SERVER-35695 Add server parameter to enable transactions on inMemoryWilliam Schultz2018-07-231-0/+53
* SERVER-14394 Add UUID checking to the hashed sharding with initial split testKaloian Manassiev2018-07-232-26/+74
* SERVER-35910 Use correct parseNs function in ClusterFindCmd's ns()Gregory Noma2018-07-231-0/+21
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-07-201-0/+63
* SERVER-33271 Move version non-specific FCV tests in jstests/multiVersion to j...Dewal Gupta2018-07-2017-0/+0
* SERVER-35178 temporarily set verbosity for list_all_sessions.js, list_local_s...Randolph Tan2018-07-203-70/+85
* SERVER-35884 Re-enable part of the set_feature_compatibility_version.js multi...Dianna Hohensee2018-07-201-4/+0
* SERVER-36184 Delete OplogStart stage.David Storch2018-07-201-5/+20
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-204-24/+204
* SERVER-36148 allow downgrade to 4.0 in the presence of long index namespaces.Benety Goh2018-07-191-41/+0
* SERVER-34941 use 4.0 storage recovery logging component in recovery_wt_cache_...Benety Goh2018-07-191-1/+1
* SERVER-34941 remove test logic to update min valid. this is not required as o...Benety Goh2018-07-191-15/+0
* SERVER-34941 add test to fill wiredtiger cache during recovery oplog applicationBenety Goh2018-07-191-0/+111
* SERVER-33191 move wt_cache_full.js from jstests/replsets/ to jstests/noPassth...Benety Goh2018-07-191-0/+0
* SERVER-34942 add test to fill wiredtiger cache during initial sync oplog replayBenety Goh2018-07-191-0/+71
* SERVER-36181 Prevent parallel suites from running explain_sample.js on non-WT...David Storch2018-07-181-0/+7
* SERVER-35794 Validate shard key against existing zonesCheahuychou Mao2018-07-181-0/+58
* SERVER-35973 Report MULTI_ITERATOR common exec stats correctly.David Storch2018-07-162-7/+61
* SERVER-36092 Create internal command to create collection on shard with uuid ...jannaerin2018-07-161-0/+1
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-137-10/+143
* SERVER-35903 Free monitoring disable without enabling does not workMark Benvenuto2018-07-136-21/+68
* SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands o...Jack Mulrow2018-07-131-73/+69