diff options
Diffstat (limited to 'jstests/pushall.js')
-rw-r--r-- | jstests/pushall.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jstests/pushall.js b/jstests/pushall.js index eda68203ed3..76ee5d0af4a 100644 --- a/jstests/pushall.js +++ b/jstests/pushall.js @@ -1,3 +1,12 @@ +print( "Temporary diagnostics for 32-bit Windows pushall.js failures" ); +print( "db.hostInfo()" ); +printjson( db.hostInfo() ); +print( "db.serverStatus()" ); +printjson( db.serverStatus() ); +print( "db.stats()" ); +printjson( db.stats() ); +print( "End of temporary diagnostics for 32-bit Windows pushall.js failures" ); + t = db.jstests_pushall; t.drop(); |