From 65c871e6821bd2550ef967c175a9a8e265bd208f Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Fri, 26 May 2017 16:39:21 -0400 Subject: SERVER-29389 Increase verbosity for causally_consistent_jscore_passthrough suite --- .../suites/causally_consistent_jscore_passthrough.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml index 7470de4a880..1853d866784 100644 --- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml @@ -130,12 +130,28 @@ executor: bind_ip_all: '' set_parameters: enableTestCommands: 1 + logComponentVerbosity: + verbosity: 0 + command: 1 + network: + verbosity: 1 + asio: 2 + tracking: 0 mongod_options: bind_ip_all: '' nopreallocj: '' enableMajorityReadConcern: '' set_parameters: enableTestCommands: 1 + logComponentVerbosity: + verbosity: 0 + command: 1 + network: + verbosity: 1 + asio: 2 + replication: + heartbeats: 2 + tracking: 0 numInitialSyncAttempts: 1 num_rs_nodes_per_shard: 2 enable_sharding: -- cgit v1.2.1