From c92b00753dd0d4db9839fb682affd9b01a88c45e Mon Sep 17 00:00:00 2001 From: Judah Schvimer Date: Wed, 26 Aug 2020 16:50:08 +0000 Subject: SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigration command stub --- .../resmokeconfig/suites/tenant_migration_jscore_passthrough.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildscripts') diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml index 6a9145d61d0..240a9c94609 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml @@ -94,6 +94,7 @@ executor: mongod_options: set_parameters: enableTestCommands: 1 + enableTenantMigrations: true failpoint.skipSendingRecipientSyncDataCommand: mode: alwaysOn num_nodes: 3 -- cgit v1.2.1