From e0a994c044e9b6b952492ef95555c85f7c2ea213 Mon Sep 17 00:00:00 2001 From: Pavi Vetriselvan Date: Wed, 16 Jun 2021 09:35:42 -0400 Subject: SERVER-57261 Enable tenant migration terminate primary passthrough with commits (cherry picked from commit 080cff24109959bbb3536318d64697c832d106ee) --- .../suites/tenant_migration_terminate_primary_jscore_passthrough.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml index e5186524cad..fd0489d7a0b 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml @@ -285,9 +285,7 @@ executor: enableElectionHandoff: 0 failpoint.abortTenantMigrationBeforeLeavingBlockingState: mode: - # TODO (SERVER-52713): Allow tenant migration stepdown/kill/terminate suites to commit - # migrations and interrupt all replica sets. - activationProbability: 1 + activationProbability: .5 failpoint.pauseTenantMigrationBeforeLeavingBlockingState: mode: alwaysOn data: -- cgit v1.2.1