From 0b26301e0430437f44085370b0e57a399af522a9 Mon Sep 17 00:00:00 2001 From: gregs Date: Thu, 14 Jul 2011 12:36:07 -0400 Subject: [PATCH] more verbose logging for sync6.js to catch issues on v.slow buildbots --- jstests/sharding/sync6.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jstests/sharding/sync6.js b/jstests/sharding/sync6.js index 07562197616..0543837a822 100644 --- a/jstests/sharding/sync6.js +++ b/jstests/sharding/sync6.js @@ -11,6 +11,9 @@ test = new SyncCCTest( "sync6", { logpath : "/dev/null" } ) var commandConn = startMongodTest( 30000 + 4, "syncCommander", false, {})//{ logpath : "/dev/null" } )//{verbose : ""} ) // { logpath : "/data/db/syncCommander/mongod.log" } ); +// Up the log level for this test +commandConn.getDB( "admin" ).runCommand( { setParameter : 1, logLevel : 1 } ) + // Have lots of threads, so use larger i // Can't test too many, we get socket exceptions... possibly due to the // javascript console.