summaryrefslogtreecommitdiff
path: root/jstests/sharding/auto2.js
diff options
context:
space:
mode:
authorgregs <greg@10gen.com>2011-10-21 09:55:38 -0400
committergregs <greg@10gen.com>2011-10-21 09:56:01 -0400
commit64de8768221d87ec6d67838743e040960fc309a2 (patch)
tree55a7e846ebe9d71a59b7fcc00ecb388c2c9b2b72 /jstests/sharding/auto2.js
parent8a93ffd3f8aa8d607c0450433a501cdea42cea06 (diff)
downloadmongo-64de8768221d87ec6d67838743e040960fc309a2.tar.gz
buildbot debug
Diffstat (limited to 'jstests/sharding/auto2.js')
-rw-r--r--jstests/sharding/auto2.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/auto2.js b/jstests/sharding/auto2.js
index 5ac9cd990e4..357bc5f85e5 100644
--- a/jstests/sharding/auto2.js
+++ b/jstests/sharding/auto2.js
@@ -114,6 +114,7 @@ assert.eq( 0 , db.runCommand( "cursorInfo" ).totalOpen , "cursor2" );
print( "checkpoint E")
x = db.runCommand( "connPoolStats" );
+printjson( x )
for ( host in x.hosts ){
var foo = x.hosts[host];
assert.lt( 0 , foo.available , "pool: " + host );