Commit Graph

12 Commits

Author SHA1 Message Date
samantharitter
ba7208d572 SERVER-29027 Allow collections in the config db to be sharded 2017-09-28 14:52:13 -04:00
Tess Avitabile
dc4a079760 SERVER-25155 Create setFeatureCompatibilityVersion command 2016-08-19 17:57:33 -04:00
Kaloian Manassiev
29ff4c8033 SERVER-23733 Tests should not write chunkSize to config.settings directly
Instead, they should pass it as parameter to ShardingTest.

This change is in preparation for removing the chunkSize parameter to
mongos.
2016-05-04 16:09:10 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
fb46f01127 SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix 2016-02-09 14:46:30 -05:00
Dianna Hohensee
920d38ceb0 SERVER-22081 blacklisting tests from the continuous config stepdown suite that do direct writes (with no retries) against config/admin databases 2016-01-15 16:18:05 -05:00
Kaloian Manassiev
7f6f5f4248 SERVER-22079 Make sharding_rs1.js more compact 2016-01-07 14:41:20 -05:00
Randolph Tan
4ec5842d77 SERVER-21193 mongos claims that config db is empty on CSRS cluster
dbStats don't support readConcern since database metadata in the server are not synchronized with the snapshots. This makes the listDatabase command in mongos to send listDatabase instead with primaryPreferred and without the readConcern option.

This also changed the listDatabase behavior to not include the config or admin in the result if they don't actually exist.
2015-11-11 10:52:01 -05:00
Daniel Alabi
70ad0ad1cf SERVER-19085 Add new suite for running 3-node legacy config servers 2015-07-02 15:07:30 -04:00
Spencer T Brody
7c1ad90880 SERVER-17971 Remove separateConfig option from ShardingTest and make its behavior the default 2015-04-14 13:53:47 -04:00
Randolph Tan
7acafe85d9 SERVER-13425 migrate sharding jstest suite to use write commands api 2014-04-21 16:53:25 -04:00
Scott Hernandez
c3cbef09e9 SERVER-8117: listDatabases - config/admin db should come from config servers 2013-01-22 13:53:58 -05:00