From 018905518ca552775255f36a52e9fd187f9d61f8 Mon Sep 17 00:00:00 2001 From: Samy Lanka Date: Fri, 27 Jul 2018 14:55:43 -0400 Subject: SERVER-36227 Add recovery component logging to concurrency suites that use replication --- buildscripts/resmokeconfig/suites/concurrency_replication.yml | 6 ++++++ .../suites/concurrency_replication_causal_consistency.yml | 6 ++++++ .../suites/concurrency_replication_causal_consistency_ubsan.yml | 6 ++++++ buildscripts/resmokeconfig/suites/concurrency_replication_ubsan.yml | 6 ++++++ .../resmokeconfig/suites/concurrency_sharded_replication.yml | 6 ++++++ .../suites/concurrency_sharded_replication_with_balancer.yml | 6 ++++++ .../resmokeconfig/suites/concurrency_simultaneous_replication.yml | 6 ++++++ .../resmokeconfig/suites/retryable_writes_jscore_passthrough.yml | 6 ++++++ .../suites/retryable_writes_jscore_stepdown_passthrough.yml | 6 ++++++ 9 files changed, 54 insertions(+) diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_replication.yml index 556ea13831d..82c2f451372 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_replication.yml @@ -42,4 +42,10 @@ executor: set_parameters: enableTestCommands: 1 numInitialSyncAttempts: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 3 diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml index f00ad828b27..3ea0fdc2c82 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml @@ -58,6 +58,12 @@ executor: # TODO SERVER-35156: Remove the following line to disable the periodic # no-op writer. writePeriodicNoops: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 5 # We give each of the nodes a vote in a 5-node replica set so that the # secondaries have different beliefs about the majority commit point diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml index 2e75f631b96..d83f8ac4758 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml @@ -59,6 +59,12 @@ executor: # TODO SERVER-35156: Remove the following line to disable the periodic # no-op writer. writePeriodicNoops: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 5 # We give each of the nodes a vote in a 5-node replica set so that the # secondaries have different beliefs about the majority commit point diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_ubsan.yml index 5083b9bb906..239e6aeb139 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_replication_ubsan.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_replication_ubsan.yml @@ -43,4 +43,10 @@ executor: set_parameters: enableTestCommands: 1 numInitialSyncAttempts: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 3 diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml index 7687691510d..94747b72574 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml @@ -140,6 +140,12 @@ executor: mongod_options: set_parameters: enableTestCommands: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_rs_nodes_per_shard: 3 num_shards: 2 num_mongos: 2 diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml index 7ebca6162ff..5d511e15d78 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml @@ -140,6 +140,12 @@ executor: mongod_options: set_parameters: enableTestCommands: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_rs_nodes_per_shard: 3 num_shards: 2 num_mongos: 2 diff --git a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml index f16db546d66..9ccb48d5ac0 100644 --- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml +++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml @@ -51,4 +51,10 @@ executor: set_parameters: enableTestCommands: 1 numInitialSyncAttempts: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 3 diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml index c294c213b58..ffeff768783 100644 --- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_passthrough.yml @@ -73,4 +73,10 @@ executor: set_parameters: enableTestCommands: 1 numInitialSyncAttempts: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 num_nodes: 2 diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml index 0b9f8962165..998f1fa1ac6 100644 --- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml @@ -159,6 +159,12 @@ executor: set_parameters: enableTestCommands: 1 numInitialSyncAttempts: 1 + logComponentVerbosity: + replication: + heartbeats: 2 + rollback: 2 + storage: + recovery: 2 all_nodes_electable: true num_nodes: 3 replset_config_options: -- cgit v1.2.1