summaryrefslogtreecommitdiff
path: root/jstests/sharding/mrShardedOutputAuth.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/mrShardedOutputAuth.js')
-rw-r--r--jstests/sharding/mrShardedOutputAuth.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/sharding/mrShardedOutputAuth.js b/jstests/sharding/mrShardedOutputAuth.js
index a59367f158d..ed88e34aeed 100644
--- a/jstests/sharding/mrShardedOutputAuth.js
+++ b/jstests/sharding/mrShardedOutputAuth.js
@@ -34,13 +34,11 @@ function doMapReduce(connection, outputDb) {
}
function assertSuccess(configDb, outputDb) {
- adminDb.printShardingStatus();
assert.eq(outputDb.numbers_out.count(), 50, "map/reduce failed");
assert( ! configDb.collections.findOne().dropped, "no sharded collections");
}
function assertFailure(configDb, outputDb) {
- adminDb.printShardingStatus();
assert.eq(outputDb.numbers_out.count(), 0, "map/reduce should not have succeeded");
}