summaryrefslogtreecommitdiff
path: root/jstests/sharding/sync6.js
diff options
context:
space:
mode:
authorgregs <greg@10gen.com>2011-07-14 12:36:07 -0400
committergregs <greg@10gen.com>2011-07-14 12:36:07 -0400
commit0b26301e0430437f44085370b0e57a399af522a9 (patch)
tree94b97b69af9a5ed6162b23d2e9eba492ebba7c72 /jstests/sharding/sync6.js
parentf873cfb0b4b59265135caef883c720024d850137 (diff)
downloadmongo-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.js3
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.