summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-1814-28/+72
|
* SERVER-24852 Add means to interrupt the sharding balancerKaloian Manassiev2016-08-172-0/+54
|
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-1/+7
|
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync ↵Judah Schvimer2016-08-171-2/+1
| | | | to OplogFetcher
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-0/+34
| | | | | | Allows mongod to be (re)started, even in the presence of invalid view definitions in system.views. View operations will fail until the offending views are removed.
* SERVER-23476: move dbhash checks into replsettestScott Hernandez2016-08-164-288/+10
|
* SERVER-25301 Test views with legacy reads/writesKyle Suarez2016-08-161-0/+42
|
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-161-0/+6
|
* SERVER-25636 Wait until the old primary steps down in catchup.jsSiyuan Zhou2016-08-161-4/+4
|
* SERVER-25645 extended timeout for restarted node to become SECONDARY from 1 ↵Benety Goh2016-08-161-2/+2
| | | | to 5 minutes
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-161-0/+6
| | | | | When converting a QueryRequest into an aggregation command, drop the 'singleBatch' option if 'limit' is present and set to 1.
* SERVER-25584 Ensure $facet and $bucketAuto run on merging shard.Charlie Swanson2016-08-161-6/+35
|
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+109
|
* SERVER-25602 Make split/mergeChunks commands check the validity of inputKaloian Manassiev2016-08-161-0/+42
|
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-109/+0
| | | | This reverts commit 10ff598752d57650783c63166180df31f907df12.
* SERVER-25587 blacklist findAndModify_update_growRobert Guo2016-08-153-2/+5
|
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+109
|
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-152-0/+129
|
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware ↵David Storch2016-08-151-8/+14
| | | | queries
* SERVER-25611 fixed exception variable name in catchup.jsBenety Goh2016-08-151-1/+1
|
* SERVER-25539 Validate BinData private objectMark Benvenuto2016-08-151-1/+5
|
* SERVER-25589 increase awaitReplication() timeout in linearizable_read_concern.jsJudah Schvimer2016-08-151-1/+4
|
* SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ↵Adam Chelminski2016-08-151-0/+25
| | | | util function for printing strict JSON
* SERVER-25115 emptycapped test command doesn't verify argumentsJonathan Abrahams2016-08-151-0/+95
|
* SERVER-25574 Remove jstests/core/hashtest1.js which is replaced by ↵Andy Schwerin2016-08-141-80/+0
| | | | src/mongo/db/hasher_test.cpp
* SERVER-25468 Fail commands scheduled through 'eval' which wait for replicationKaloian Manassiev2016-08-131-0/+16
|
* SERVER-24764 Test mongos commands against views.James Wahlin2016-08-121-68/+115
|
* SERVER-25582 increase write concern and await replication timeoutBenety Goh2016-08-121-2/+2
|
* SERVER-25579 removed replsets/auth3.jsBenety Goh2016-08-121-68/+0
|
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-129-21/+27
|
* SERVER-25507 again with fix for backup_restore.jsEsha Maharishi2016-08-122-2/+2
|
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-124-329/+386
| | | | | | | | This change switches the MigrationManager to use the UsedResourcesMap class for acquiring the collection distributed lock on first migration attempt and dropping it on the last. This allows it to support parallel manual migrations.
* Revert "SERVER-25507 use node's existing options if restart flag passed to ↵r3.3.113.3.12Esha Maharishi2016-08-111-1/+1
| | | | | | ReplSetTest's start()" This reverts commit c31b1f07582a39a910de14aa9c72b4a9b1bbe10e.
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a ↵Esha Maharishi2016-08-119-27/+21
| | | | | | shard" This reverts commit d1223a8ad44d6bc91766f0bd05a08820cdb1fdea.
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-119-21/+27
|
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-0/+21
|
* SERVER-24239 shardCollection should use simple collation when creating shard ↵Tess Avitabile2016-08-111-9/+40
| | | | key index
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-0/+16
|
* SERVER-25507 use node's existing options if restart flag passed to ↵Esha Maharishi2016-08-111-1/+1
| | | | ReplSetTest's start()
* SERVER-25522 ensure oplog entries applied serially to collection with ↵David Storch2016-08-111-0/+65
| | | | | | | non-simple collation This restriction can be relaxed pending a mechanism for collation-aware hashing of BSONElement.
* SERVER-24468 Add min_optime_recovery_on_failed_move_chunk_commit with ↵Randolph Tan2016-08-111-0/+1
| | | | requires persistence tag
* SERVER-25564 extend timeout for hidden node and re-evaluate primaryBenety Goh2016-08-111-4/+5
|
* SERVER-22665 Separate mixed version test logic to multiVersion suiteRandolph Tan2016-08-113-32/+103
| | | | for shard aware js tests
* SERVER-24724 authz for viewsKyle Suarez2016-08-112-0/+291
| | | | | Adds special authorization logic to prevent a user from reading normally-inaccessible collections via a view.
* SERVER-5781 addFields stage.Carly Robison2016-08-112-0/+165
| | | | This aggregation stage allows the addition of computed fields to a document while preserving all existing fields.
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-102-15/+93
|
* SERVER-24497 Linearizable read concern implementedhari devaraj2016-08-102-57/+136
|
* SERVER-25139 make $graphLookup's cache collation-awareDavid Storch2016-08-101-0/+136
| | | | | | | Ensures that comparisons made during graph traversal respect the collation. Deduplication using _id, however, does not use the collation, in order to ensure that node identity is preserved.
* SERVER-25541 Fix waiting on slow stop and unexpected election in catchup.jsSiyuan Zhou2016-08-101-7/+13
|
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-21/+0
| | | | This reverts commit d930f4832631eca7092ada4328d780f2b8d19d31.