diff options
author | Judah Schvimer <judah@mongodb.com> | 2020-08-26 16:50:08 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-09-01 18:02:12 +0000 |
commit | c92b00753dd0d4db9839fb682affd9b01a88c45e (patch) | |
tree | a987fff97d0b4c9f2662674abbe25fea8a94f0c0 /buildscripts | |
parent | 0d45dd9d7ba9d3a1557217a998ad31c68a897d47 (diff) | |
download | mongo-c92b00753dd0d4db9839fb682affd9b01a88c45e.tar.gz |
SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigration command stub
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |