summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-192-2/+25
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-0/+21
* Revert "SERVER-24248 Run multiversion tests with different storage engines"Jonathan Abrahams2016-08-1814-72/+28
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-183-52/+227
* SERVER-23476: re-enable resync testsScott Hernandez2016-08-184-29/+114
* 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 t...Judah Schvimer2016-08-171-2/+1
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-0/+34
* 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 t...Benety Goh2016-08-161-2/+2
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-161-0/+6
* 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
* 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 que...David Storch2016-08-151-8/+14
* 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
* 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 src/mongo/...Andy Schwerin2016-08-141-80/+0
* 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
* Revert "SERVER-25507 use node's existing options if restart flag passed to Re...r3.3.113.3.12Esha Maharishi2016-08-111-1/+1
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-119-27/+21
* 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
* 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 ReplSetTes...Esha Maharishi2016-08-111-1/+1
* SERVER-25522 ensure oplog entries applied serially to collection with non-sim...David Storch2016-08-111-0/+65
* SERVER-24468 Add min_optime_recovery_on_failed_move_chunk_commit with require...Randolph Tan2016-08-111-0/+1
* 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
* SERVER-24724 authz for viewsKyle Suarez2016-08-112-0/+291
* SERVER-5781 addFields stage.Carly Robison2016-08-112-0/+165