summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-6823 Enable simultaneous ssl/x509 auth upgrade with only two restartsShane Harvey2016-05-195-48/+163
| | | | | | Reduce the required number of restarts from three to two by allowing sslMode allowSSL to be used in combination with transitionToAuth and clusterAuthMode x509.
* SERVER-23260 Test db.currentOp() query field size limitJames Wahlin2016-05-191-0/+34
|
* SERVER-24203 Assert that initial data is inserted successfully in ↵Spencer T Brody2016-05-191-2/+2
| | | | mongos_cache_invalidation.js test
* SERVER-23797 remove fsync2.js in favor of fsync.jsKyle Suarez2016-05-193-69/+15
|
* SERVER-24144 transformQueryForShards() should check for addition overflowTess Avitabile2016-05-181-0/+10
|
* SERVER-22860 allow resmoke.py to run JS hooksRobert Guo2016-05-182-0/+51
|
* SERVER-24087 Make sure config servers are caught up after ShardingTest starts upRandolph Tan2016-05-185-9/+24
|
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-182-17/+33
|
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-181-9/+9
| | | | This change removes the name field for the ChunkType metadata object in place of using the namespace and minKey directly.
* SERVER-23687 make a collection's validator use the collection default collationDavid Storch2016-05-171-0/+12
|
* SERVER-13204 Make indexbg tests not timing dependentVincent Do2016-05-173-181/+148
|
* SERVER-22291 fixed _requestRemotePrimaryStepdown replSetStepDown commandJudah Schvimer2016-05-171-0/+46
| | | | | The command was passed the wrong arguments such that the stepdown period was shorter than the secondary catch up period.
* SERVER-24143 Increased maxTimeMS timeout in ↵Judah Schvimer2016-05-171-2/+2
| | | | read_committed_with_catalog_changes.js
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-172-2/+5
|
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-0/+94
| | | | | | | Applies to plan stages that use an index: - COUNT_SCAN - DISTINCT_SCAN - IXSCAN
* SERVER-24068 - Disable test server21632.js when running with WiredTiger LSMDavid Hows2016-05-171-0/+11
|
* SERVER-23267 Add currentOp tests for ns, command & planSummaryJames Wahlin2016-05-161-0/+232
|
* SERVER-24103 adding _waitForDelete to moveChunk commands in ↵Dianna Hohensee2016-05-101-15/+18
| | | | migration_ignore_interrupts.js
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-0/+448
| | | | | | | | Includes changes to the following: - Bulk API - CRUD API - DBCollection CRUD methods (e.g. DBCollection.prototype.remove()) - New DBQuery.prototype.collation() method to use with find().
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-2/+3
|
* SERVER-24105 disable balancer in multi_mongos2.js that does nothing.Dianna Hohensee2016-05-091-8/+0
|
* SERVER-24098 killop.js should sleep between loop iterationsKaloian Manassiev2016-05-091-8/+10
|
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-66/+62
| | | | | | | This change introduces a ChunkRange class to be used for parsing and serialization of chunk min and max bounds. It also switches the chunk manager and sharding utilities to use ranges encoding the chunk bounds separately.
* SERVER-23896 Add ExpressionMod tests for infinite dividendJames Wahlin2016-05-091-4/+6
|
* SERVER-23896 Additional tests for ExpressionModJames Wahlin2016-05-092-80/+95
|
* SERVER-24062 Pull CA certificates from correct source on OSXJonathan Reams2016-05-061-5/+4
|
* SERVER-23765 exclude shard_identity_config_update.js from ephemeral testsRandolph Tan2016-05-061-0/+1
|
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-061-1/+3
| | | | | We were ignoring passed setup timeouts, which caused connection acquisition to hang forever in connect if the other side didn't accept or refuse a connection.
* SERVER-23949 Enable decimal support by default in Mongo shellGeert Bosch2016-05-061-0/+52
|
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-052-0/+63
|
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-0/+116
|
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-05-054-189/+129
|
* SERVER-24055 increase wtimeout in chaining_removal.jsJudah Schvimer2016-05-051-1/+1
|
* SERVER-23733 Tests should not write chunkSize to config.settings directlyKaloian Manassiev2016-05-0410-148/+142
| | | | | | | Instead, they should pass it as parameter to ShardingTest. This change is in preparation for removing the chunkSize parameter to mongos.
* SERVER-24044 apitest_db.js should not assume MMAPv1 under 64bitJames Wahlin2016-05-041-11/+4
|
* SERVER-23725 make agg_graph_lookup.js FSM workload take much less timeDavid Storch2016-05-041-14/+20
|
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-049-0/+767
| | | | This commit is identical to a1253a94b82e65780d3aa3c4ddf92db02ec0b9d1.
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-3/+2
| | | | This reverts commit f294d1dcd4884857d693b0f8a33cf1a6be434409.
* SERVER-23327 shardCollection should warn if numInitialChunks is used with ↵Misha Tyulenev2016-05-031-0/+30
| | | | non hashed sharded key
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-2/+3
| | | | This reverts commit 21cfba12a005431b08a8c69dcdb1f262622ea780.
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-3/+2
|
* SERVER-24004 move serverStatus() into try block in ↵Judah Schvimer2016-05-021-1/+1
| | | | reconfig_without_increased_queues.js
* SERVER-23993 Make sure migration commit is replicated to all configs in ↵Randolph Tan2016-05-021-0/+6
| | | | zero_shard_version.js
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-0211-12/+16
|
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-309-767/+0
| | | | This reverts commit a1253a94b82e65780d3aa3c4ddf92db02ec0b9d1.
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-299-0/+767
|
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and ↵Benjamin Murphy2016-04-294-2/+348
| | | | indexOfCP expressions.
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-291-16/+17
| | | | | | | | | This interface is responsible for combining information of the shard utilization and the chunk distribution and providing a list of chunks, which need to be moved around. By abstracting this logic behind an interface, we can mock it and test the actual chunk moves. No functional changes.
* Revert "SERVER-22667 Balancer chunk selection policy interface"Kyle Suarez2016-04-271-17/+16
| | | | This reverts commit 2cf31060a74ac438b58c5150ba30da4144112744.
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-261-16/+17
| | | | | | | | | This interface is responsible for combining information of the shard utilization and the chunk distribution and providing a list of chunks, which need to be moved around. By abstracting this logic behind an interface, we can mock it and test the actual chunk moves. No functional changes.