summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-282-17/+91
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-0/+146
* SERVER-37369 Ensure the noPassthrough/pipeline_optimization_failpoint.js test...Jonathan Abrahams2018-09-281-0/+1
* SERVER-36304 A transaction participant should send voteCommit to the coordina...Esha Maharishi2018-09-272-104/+14
* SERVER-35491 extend FSM workloads to use wildcard indexesIan Boros2018-09-277-30/+186
* SERVER-37146 Retry cluster auth while waiting for replicationJonathan Reams2018-09-271-4/+5
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-15/+0
* SERVER-36002 Integrate and build biggie storage engineGregory Wlodarek2018-09-261-43/+62
* SERVER-36002 Integrate and build biggie storage engineBen Judd2018-09-261-1/+2
* SERVER-37312 Don't run txn_agg.js in ephemeral storage enginesRandolph Tan2018-09-261-2/+2
* SERVER-35335 Ban the min/max find command options for wildcard indexesyarai2018-09-262-1/+95
* SERVER-37106 Update prepareTransaction command to use TypedCommand and take '...Esha Maharishi2018-09-2610-38/+73
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-262-4/+531
* SERVER-35570 Improve robustness of backup_restore.js around dropping test dat...Vesselina Ratcheva2018-09-261-1/+12
* SERVER-36609 Modify allPaths indexes to support equality to empty arrayyarai2018-09-262-0/+51
* SERVER-36279 Change the explain format for sharded aggregations to accomodate...Martin Neupauer2018-09-261-0/+53
* SERVER-30773 add functionality for bson element typesablack122018-09-261-29/+24
* SERVER-37273 Exclude splitvector.js from stepdown suitesRandolph Tan2018-09-251-0/+3
* SERVER-36721 Prevent list_all_local_sessions.js from being run with otherBlake Oler2018-09-251-0/+1
* SERVER-35332 Index filter support for "allPaths" indexesyarai2018-09-251-0/+101
* SERVER-37254 Retry on CursorNotFound error in multi_statement_transaction_kil...jannaerin2018-09-242-2/+4
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-241-0/+67
* Revert "SERVER-36309 Confirm that iff a FSM txn successfully commits that all...Max Hirschhorn2018-09-221-80/+2
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-15/+131
* SERVER-37259 Clear asio::error_code in engine callbacksSara Golemon2018-09-211-10/+10
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-211-0/+70
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-2/+7
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-216-70/+652
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-214-18/+19
* SERVER-36309 Confirm that iff a FSM txn successfully commits that all of its ...jannaerin2018-09-211-2/+80
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-212-1/+85
* SERVER-36721 Prevent tests that use the logical session cache from running in...Blake Oler2018-09-211-0/+6
* SERVER-36145 Test that allPaths indexes can provide a nonblocking sortIan Boros2018-09-201-0/+71
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-1/+11
* SERVER-37222 Add ssl* deprecated aliases for tlsClusterCAFile and tlsWithhold...Sara Golemon2018-09-201-0/+8
* SERVER-37192: Move $backupCursor to enterprise.Daniel Gottlieb2018-09-203-154/+12
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-202-3/+127
* Revert "SERVER-36444 disable validation in allPaths tests"James Wahlin2018-09-198-26/+2
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-192-5/+11
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log mes...Mark Benvenuto2018-09-191-0/+12
* SERVER-36614 Shutdown process in configExpand test by pid, not by portSara Golemon2018-09-191-1/+1
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-1910-101/+447
* SERVER-36732 amend writeVesselina Ratcheva2018-09-191-1/+1
* SERVER-37108: Validate $exchange's number of buffers and buffer size limit to...Nick Zolnierz2018-09-191-0/+25
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-191-9/+36
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-185-64/+242
* SERVER-37197 Fix validateCollectionsThread() to check validate result.Max Hirschhorn2018-09-181-2/+3
* SERVER-36444 disable validation in allPaths testsIan Boros2018-09-188-2/+24
* SERVER-37090 Add idleCursors to currentOp output for mongosTed Tuckman2018-09-181-7/+11
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-09-181-0/+47