diff options
author | gregs <greg@10gen.com> | 2011-07-14 12:36:07 -0400 |
---|---|---|
committer | gregs <greg@10gen.com> | 2011-07-14 12:36:07 -0400 |
commit | 0b26301e0430437f44085370b0e57a399af522a9 (patch) | |
tree | 94b97b69af9a5ed6162b23d2e9eba492ebba7c72 /jstests/sharding/sync6.js | |
parent | f873cfb0b4b59265135caef883c720024d850137 (diff) | |
download | mongo-0b26301e0430437f44085370b0e57a399af522a9.tar.gz |
more verbose logging for sync6.js to catch issues on v.slow buildbots
Diffstat (limited to 'jstests/sharding/sync6.js')
-rw-r--r-- | jstests/sharding/sync6.js | 3 |
1 files changed, 3 insertions, 0 deletions
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. |