diff options
author | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-01-13 17:30:00 -0500 |
---|---|---|
committer | Dianna Hohensee <dianna.hohensee@10gen.com> | 2016-01-15 16:18:05 -0500 |
commit | 920d38ceb07bff0ec18e2f173d942c3b743dea4b (patch) | |
tree | 9643000f53c9fdd8769404c5a43df3b3beb1274c /jstests/sharding/coll_epoch_test0.js | |
parent | 2d8008289b9d075c56841dc08830bb7cff28aeaf (diff) | |
download | mongo-920d38ceb07bff0ec18e2f173d942c3b743dea4b.tar.gz |
SERVER-22081 blacklisting tests from the continuous config stepdown suite that do direct writes (with no retries) against config/admin databases
Diffstat (limited to 'jstests/sharding/coll_epoch_test0.js')
-rw-r--r-- | jstests/sharding/coll_epoch_test0.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/sharding/coll_epoch_test0.js b/jstests/sharding/coll_epoch_test0.js index 73614c095f5..35d01ff786d 100644 --- a/jstests/sharding/coll_epoch_test0.js +++ b/jstests/sharding/coll_epoch_test0.js @@ -1,8 +1,7 @@ // Tests whether a split and a migrate in a sharded cluster preserve the epoch var st = new ShardingTest( { shards : 2, mongos : 1 } ) -// Stop balancer, it'll interfere -st.stopBalancer() +// Balancer is by default stopped, thus it will not interfere var config = st.s.getDB( "config" ) var admin = st.s.getDB( "admin" ) |