summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28485 Disable implicit shardCollection after drop on OS Xr3.5.5Eddie Louie2017-03-241-3/+5
* SERVER-28486 backup_restore.js waits for FSM and CRUD operations to complete ...Benety Goh2017-03-241-2/+18
* Revert "SERVER-19019 prohibit mapReduce on system collections"Kyle Suarez2017-03-232-43/+2
* SERVER-19019 use runCommand to avoid resharding after drop in sharded passthr...Kyle Suarez2017-03-232-3/+7
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-23246-58/+1080
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-23246-1080/+58
* SERVER-27786 Implement _computeOperationTimeJack Mulrow2017-03-234-5/+64
* SERVER-19019 prohibit mapReduce on system collectionsKyle Suarez2017-03-231-0/+37
* SERVER-27439 Large queries can omit comment in currentOpBernard Gorman2017-03-225-10/+119
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-1/+4
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-221-79/+81
* SERVER-28101 Remove usages of fast count in zbigMapReduce.jsKaloian Manassiev2017-03-221-2/+2
* SERVER-28310 fix mongos count command error reporting to include details in e...David Storch2017-03-221-1/+8
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+238
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-222-1/+6
* SERVER-26113 explain() for aggregation request does not propogate to correspo...Nick Zolnierz2017-03-211-0/+28
* SERVER-28409 Decrease verbosity during testshard1.jsCharlie Swanson2017-03-211-19/+2
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-238/+0
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-03-202-2/+6
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+238
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-1611-222/+5
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-15246-58/+1080
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-1512-12/+330
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-152-6/+4
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-154-3/+33
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-143-1/+34
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-31/+74
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-1/+1
* SERVER-28278 Wait for desired sync source to replicate dummy write in syncFro...Spencer T Brody2017-03-141-1/+7
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-131-0/+87
* SERVER-28272 extend timeout in step_down_during_draining.js when waiting for ...Benety Goh2017-03-131-3/+3
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-133-46/+104
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-137-12/+226
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-131-0/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-86/+22
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-125-22/+86
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-125-86/+22
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-101-0/+4
* SERVER-24498 Write tests for linearizable reads in a sharded systemWilliam Schultz2017-03-092-3/+120
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-087-58/+54
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-071-0/+99
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-073-23/+173
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-063-104/+46
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-063-46/+104
* SERVER-28185 removed reconfig_without_increased_queues.jsr3.5.4Benety Goh2017-03-031-107/+0
* SERVER-28184 removed election_timing.jsBenety Goh2017-03-032-367/+0
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-031-0/+95
* SERVER-27120 Fix js test for no journal builds.Siyuan Zhou2017-03-021-1/+1
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-021-0/+80
* SERVER-28135 stepdown.js should always fsyncUnlock() all secondary nodesBenety Goh2017-03-021-31/+57