summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)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 ↵Jonathan Abrahams2018-09-281-0/+1
| | | | test has unique values in the pop field
* SERVER-36304 A transaction participant should send voteCommit to the ↵Esha Maharishi2018-09-272-104/+14
| | | | coordinator if prepare succeeded
* 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 ↵Randolph Tan2018-09-271-15/+0
| | | | transactions
* 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
| | | | 'coordinatorId'
* 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 ↵Vesselina Ratcheva2018-09-261-1/+12
| | | | database
* 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 ↵Martin Neupauer2018-09-261-0/+53
| | | | accomodate $exchange
* 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
| | | | tests that rely on the LogicalSessionCache in the parallel suite
* SERVER-35332 Index filter support for "allPaths" indexesyarai2018-09-251-0/+101
|
* SERVER-37254 Retry on CursorNotFound error in ↵jannaerin2018-09-242-2/+4
| | | | multi_statement_transaction_kill_sessions_atomicity_isolation FSM workload
* 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 ↵Max Hirschhorn2018-09-221-80/+2
| | | | | | all of its writes appear in the db" This reverts commit 8bc9bcbf6e60017b4aab5a1cd4a7b674dc0a574f.
* SERVER-35493 Planning support for "field name or array index" path ↵Bernard Gorman2018-09-221-15/+131
| | | | components in wildcard indexes
* SERVER-37259 Clear asio::error_code in engine callbacksSara Golemon2018-09-211-10/+10
| | | | Also fix ssl_fragment.js to actually send a large payload.
* 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
| | | | prepared transaction
* SERVER-36047: Enforce existence of unique index containing fields of $out ↵Nick Zolnierz2018-09-216-70/+652
| | | | uniqueKey for sharded collections
* 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
| | | | writes appear in the db
* 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 ↵Blake Oler2018-09-211-0/+6
| | | | in parallel
* 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 ↵Ian Boros2018-09-201-1/+11
| | | | using allPaths indexes
* SERVER-37222 Add ssl* deprecated aliases for tlsClusterCAFile and ↵Sara Golemon2018-09-201-0/+8
| | | | tlsWithholdClientCertificate
* 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
| | | | This reverts commit 118cc1eeb978f9c5c8492368fe6b5a04669fe3c3.
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an ↵Martin Neupauer2018-09-192-5/+11
| | | | $exchange.
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log ↵Mark Benvenuto2018-09-191-0/+12
| | | | message
* 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 ↵Nick Zolnierz2018-09-191-0/+25
| | | | to avoid OOM
* SERVER-36951 a createIndexes operation inside applyOps is not required to ↵Dianna Hohensee2018-09-191-9/+36
| | | | have a UUID.
* SERVER-35154 Propagate JS exceptions through ScopedThread#join().Max Hirschhorn2018-09-185-64/+242
| | | | | | This makes it so that if the ScopedThread exited due to an uncaught JavaScript exception, then calling .join() or .returnData() on it throws a JavaScript exception with the error message and stacktrace intact.
* SERVER-37197 Fix validateCollectionsThread() to check validate result.Max Hirschhorn2018-09-181-2/+3
| | | | | It would otherwise silently ignore cases where collection validation had failed.
* 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 ↵Louis Williams2018-09-181-0/+47
| | | | with weak lock