Kevin Albertson
8833b39af6
SERVER-24880 Exclude operation latency histogram test from sharding suites
2016-07-06 17:04:24 -04:00
Siyuan Zhou
16a914fa10
SERVER-24881 Add StepUp Command.
...
This reverts commit 05eca76c9d
.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00
Jess Fan
504e52fea8
SERVER-24227 Replace autoSplit startup opt with proper setting
2016-07-06 09:56:21 -04:00
Jonathan Abrahams
05eca76c9d
Revert " SERVER-24881 Add StepUp Command."
...
This reverts commit e3ee305be3
.
2016-07-06 09:08:05 -04:00
Siyuan Zhou
e3ee305be3
SERVER-24881 Add StepUp Command.
2016-07-05 16:51:04 -04:00
hari devaraj
1aa84a66de
SERVER-24494 Implemented parsing for linearizable read concern
2016-07-05 16:21:31 -04:00
Randolph Tan
1e765db836
SERVER-24381 Implement removeShardFromZone and _configsvrRemoveShardFromZone
2016-06-30 10:51:01 -04:00
David Storch
424a411fa7
SERVER-24751 add collation parameter to shardCollection command
...
This parameter must be used to specify the simple collation
when the collection has a non-simple default collation.
Since the shard key is required to have the simple
collation, we now enforce that there is an index whose
prefix is the shard key and whose collation is the simple
collation.
2016-06-27 17:55:36 -04:00
Eric Milkie
b0b1b300f0
Revert " SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite"
...
This reverts commit cb0a631368
.
2016-06-27 10:33:44 -04:00
hari devaraj
cb0a631368
SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite
2016-06-24 10:04:48 -04:00
David Storch
a7dc0fd86e
SERVER-24405 enable collation.js in sharding passthrough suites
2016-06-22 21:04:42 -04:00
David Storch
ab502aa503
SERVER-24405 make sharded mapReduce forward collation when input collection is sharded
2016-06-22 21:04:41 -04:00
Spencer T Brody
ef34ca1081
SERVER-24597 Fix check that prevents sending mapreduce output to config servers
2016-06-22 17:39:56 -04:00
Randolph Tan
f517b05141
SERVER-24379 Implement addShardToZone and _configsvrAddShardToZone
2016-06-22 15:17:13 -04:00
Robert Guo
4c0336f5b0
SERVER-23226 port CheckReplDBHash hook to jS
2016-06-22 11:11:01 -04:00
David Hatch
679ddbe910
SERVER-24644 $min/$max update operators respect collation.
...
Collection default collation is correctly propagated to modifier
operations.
2016-06-21 14:48:46 -04:00
Kaloian Manassiev
b6abb408c1
SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'
...
This change makes auth tests with 3.2 mongos, which need to control the
balancer state to go through a special control mongos instance running
version 3.4.
This reverts commit bfde0ecb1c
.
2016-06-20 22:15:57 -04:00
Kaloian Manassiev
42f4b98498
SERVER-24652 Expose the balancer state through serverStatus section
...
This change exposes some of the internal state of the balancer through
section only available on the config server. It also enables previously
disabled tests, which needed to wait for a balancer round to complete.
2016-06-20 22:15:56 -04:00
Kaloian Manassiev
9b00106b56
SERVER-22672 shard3.js should not stop the balancer through sh
...
Also removes the jumbo1.js test from the stepdown suite because it never
completes due to the balancer starting and stopping too frequently.
2016-06-15 17:37:33 -04:00
Kaloian Manassiev
bfde0ecb1c
SERVER-22672 Disable auth tests in the 'sharding_last_stable_mongos' suite
2016-06-15 17:26:11 -04:00
Spencer Jackson
f23455dfa5
SERVER-19335 : Add enterprise test suite for LDAP authorization
2016-06-15 14:57:38 -04:00
Kaloian Manassiev
22b68ad5d6
SERVER-22672 Override balancer control for sharding_last_stable_mongos suite
2016-06-15 13:51:20 -04:00
Kaloian Manassiev
4c98927f26
SERVER-22672 Move the sharding balancer to the CSRS primary
...
This change moves the sharding balancer to run on the primary of the CSRS
config server and removes it from the mongos instances.
2016-06-15 11:05:53 -04:00
Esha Maharishi
677c25dbc4
SERVER-24126 fix shared library compile
2016-06-13 11:40:18 -04:00
Esha Maharishi
029938758e
Revert " SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard"
...
This reverts commit 1e26998e7f
.
2016-06-10 17:56:10 -04:00
Esha Maharishi
1e26998e7f
SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard
2016-06-10 16:19:42 -04:00
Tess Avitabile
106307011e
Fixed resmokeconfig after rename collation_shell_helpers.js to collation.js
2016-06-06 12:08:28 -04:00
Robert Guo
acd2fb4f98
SERVER-24278 add CleanEveryN to read_concern_majority_passthrough
2016-05-27 15:42:25 -04:00
Robert Guo
0ecd6231c8
SERVER-24278 jscore passthrough suites should run the CleanEveryN hook
2016-05-26 15:03:06 -04:00
Robert Guo
adafe368f6
SERVER-23879 run validate against sharded collections
2016-05-10 12:32:17 -04:00
David Storch
6218a59683
SERVER-23791 extend shell helpers to pass collation parameter to server
...
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().
2016-05-10 09:16:34 -04:00
Randolph Tan
22b5197a7d
SERVER-24107 Exclude shard_identity_config_update.js from sharding_continuous_config_stepdown suite
2016-05-09 16:51:22 -04:00
David Storch
34e784dd13
SERVER-23725 Aggregation now supports the graphLookup stage.
...
This commit is identical to a1253a94b8
.
2016-05-04 09:54:45 -04:00
Misha Tyulenev
9fab79e546
SERVER-23327 shardCollection should warn if numInitialChunks is used with non hashed sharded key
2016-05-03 17:07:49 -04:00
Max Hirschhorn
6c0f5951e3
Revert " SERVER-23725 Aggregation now supports the graphLookup stage."
...
This reverts commit a1253a94b8
.
2016-04-30 17:30:50 -04:00
Benjamin Murphy
a1253a94b8
SERVER-23725 Aggregation now supports the graphLookup stage.
2016-04-29 17:38:28 -04:00
Mike Grundy
19d3e69975
SERVER-23491 set_majority_read_and_write_concerns.js doesn't work for updates
2016-04-26 15:14:45 -04:00
Geert Bosch
8e13345122
SERVER-1393 : Include decimal support under control of server parameter
2016-04-22 14:58:59 -04:00
Kyle Suarez
9d120df9c8
SERVER-23695 re-enable background indexing tests
2016-04-21 19:20:01 -04:00
Judah Schvimer
f67e52449a
SERVER-23701 blacklist move_chunk_wc.js from continuous config stepdown suite
2016-04-18 16:19:35 -04:00
Robert Guo
608cdcd960
SERVER-23730 better handling of partial indexes in validate()
2016-04-15 22:11:57 -04:00
Benjamin Murphy
77aaa54193
SERVER-10689 Aggregation now supports the switch expression.
2016-04-15 13:03:12 -04:00
Robert Guo
5025aae289
SERVER-7326 disable validation hook on fuzzer suites
2016-04-14 14:23:27 -04:00
Kyle Suarez
81e98e4f29
SERVER-23590 add background index build test
...
Tests that indexes are properly updated when updates are performed during a
background index scan.
This test is disabled for now and will be re-enabled in SERVER-23695 .
2016-04-14 12:18:36 -04:00
Robert Guo
3fcc1b6160
SERVER-7326 Add full validation of all index types
2016-04-13 23:21:52 -04:00
Judah Schvimer
1272f90a5d
SERVER-22422 Test that write commands support writeConcern
2016-04-12 19:11:23 -04:00
Robert Guo
9c2e3c15fc
SERVER-22588 disable validate_collection.js in the last_stable_mongos suite
2016-04-12 13:54:58 -04:00
Spencer T Brody
a2192342c3
SERVER-23427 Skip primary_config_server_blackholed_from_mongos.js test in config stepdown suite
2016-04-11 16:53:18 -04:00
James Wahlin
02b84f058f
SERVER-23256 Refactor and expand system.profile metrics coverage tests
2016-04-11 09:16:04 -04:00
Robert Guo
bd9278cec9
SERVER-23402 add validation and dbhash hooks to jstestfuzz mmapv1
2016-04-07 11:29:35 -04:00