summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js')
-rw-r--r--jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js b/jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js
index 187aef9af39..57c3027ecab 100644
--- a/jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js
+++ b/jstests/replsets/tenant_migration_concurrent_migrations_stress_test.js
@@ -37,11 +37,8 @@ const setParameterOpts = {
maxTenantMigrationRecipientThreadPoolSize: 1000,
maxTenantMigrationDonorServiceThreadPoolSize: 1000
};
-const tenantMigrationTest = new TenantMigrationTest({
- name: jsTestName(),
- sharedOptions: {setParameter: setParameterOpts},
- optimizeMigrations: false
-});
+const tenantMigrationTest =
+ new TenantMigrationTest({name: jsTestName(), sharedOptions: {setParameter: setParameterOpts}});
const donorPrimary = tenantMigrationTest.getDonorPrimary();
const recipientPrimary = tenantMigrationTest.getRecipientPrimary();