summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2021-01-14 17:51:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 01:30:30 +0000
commit08b70f65cf6b3720cac2c114e45ae9e836c1d4f6 (patch)
treea38a55fa696775ffa5f4c2d67dd54b66d92c8f84 /jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js
parent77f0b975abf8cc6e9f3fba3a93cfb09d5bab8b20 (diff)
downloadmongo-08b70f65cf6b3720cac2c114e45ae9e836c1d4f6.tar.gz
SERVER-53383 Complete TODO listed in SERVER-53112
Diffstat (limited to 'jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js')
-rw-r--r--jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js b/jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js
index 95b2215d2ae..7d38258ca97 100644
--- a/jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js
+++ b/jstests/replsets/tenant_migration_ensure_migration_outcome_visibility_for_blocked_writes.js
@@ -111,9 +111,7 @@ function insertDocument(primaryHost, dbName, collName) {
donorRst.startSet();
donorRst.initiate();
- // TODO SERVER-53112: Remove 'enableRecipientTesting: false'.
- const tenantMigrationTest =
- new TenantMigrationTest({name: jsTestName(), donorRst, enableRecipientTesting: false});
+ const tenantMigrationTest = new TenantMigrationTest({name: jsTestName(), donorRst});
if (!tenantMigrationTest.isFeatureFlagEnabled()) {
jsTestLog("Skipping test because the tenant migrations feature flag is disabled");
donorRst.stopSet();