summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-06-23 20:48:09 -0400
committerEliot Horowitz <eliot@10gen.com>2012-06-23 20:48:09 -0400
commitc1c5469ce96c833476f01d70c052cc74dce9b004 (patch)
tree00dfbfefbe7d47c27638958cd86e58bd6f69c33a
parent6048664354c8f9fccdc18b8196618ed7a6170340 (diff)
downloadmongo-c1c5469ce96c833476f01d70c052cc74dce9b004.tar.gz
diagnositcs for shard6
-rw-r--r--jstests/sharding/shard6.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/shard6.js b/jstests/sharding/shard6.js
index 1b58cc7e043..66701698cf3 100644
--- a/jstests/sharding/shard6.js
+++ b/jstests/sharding/shard6.js
@@ -18,6 +18,7 @@ function poolStats( where ){
msg += z.created + " ";
total += z.created
}
+ printjson( x );
print( "****\n" + msg + "\n*****" )
summary += msg + "\n";
return total