summaryrefslogtreecommitdiff
path: root/jstests/sharding/bouncing_count.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2016-02-19 16:01:55 -0500
committerRandolph Tan <randolph@10gen.com>2016-02-22 17:01:56 -0500
commitf8dda5860d94b91e236dc30d9e2622168dc4591d (patch)
treee8dda09fa8b4c9e97f047e965a2c6b4aef0bfb55 /jstests/sharding/bouncing_count.js
parentd8ee6353312a5639ae56454be62066d602eff818 (diff)
downloadmongo-f8dda5860d94b91e236dc30d9e2622168dc4591d.tar.gz
SERVER-22765 Remove unnecessary logging in sharding tests when running on continuous stepdown suite
Diffstat (limited to 'jstests/sharding/bouncing_count.js')
-rw-r--r--jstests/sharding/bouncing_count.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/bouncing_count.js b/jstests/sharding/bouncing_count.js
index cdd723f8a44..e148fae1ed6 100644
--- a/jstests/sharding/bouncing_count.js
+++ b/jstests/sharding/bouncing_count.js
@@ -43,7 +43,7 @@ for( var i = 0; i < shards.length; i++ ){
// Make sure mongos A is up-to-date
mongosA.getDB("admin").runCommand({ flushRouterConfig : 1 });
-config.printShardingStatus( true );
+st.printShardingStatus(true);
jsTestLog( "Running count!" );