From bf9d81e7a7194137a8f49a5c3f04e6671b84f8e8 Mon Sep 17 00:00:00 2001 From: Pavi Vetriselvan Date: Wed, 16 Jun 2021 09:33:49 -0400 Subject: SERVER-57261 Enable tenant migration stepdown passthrough with commits (cherry picked from commit d1ebdc682ff2dd1243e8044fa9ecd3e6119b7cbf) --- .../suites/tenant_migration_stepdown_jscore_passthrough.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml index 18d7ef78952..2f724821d2d 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml @@ -284,9 +284,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