summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_concurrent_migrations.js
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-01-26 21:15:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-27 03:41:30 +0000
commit84a07cc16f411f0cc5897a410ba0248b35d5d293 (patch)
treee645edaf3c1a702a2fa3eb6231964786c1ae66c8 /jstests/replsets/tenant_migration_concurrent_migrations.js
parent0045da152bdb73ca99118a3f942eee11c3459381 (diff)
downloadmongo-84a07cc16f411f0cc5897a410ba0248b35d5d293.tar.gz
SERVER-54061 Rename failpoints in TenantMigrationDonorService
Diffstat (limited to 'jstests/replsets/tenant_migration_concurrent_migrations.js')
-rw-r--r--jstests/replsets/tenant_migration_concurrent_migrations.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_concurrent_migrations.js b/jstests/replsets/tenant_migration_concurrent_migrations.js
index 683e5e41400..c516001be1d 100644
--- a/jstests/replsets/tenant_migration_concurrent_migrations.js
+++ b/jstests/replsets/tenant_migration_concurrent_migrations.js
@@ -189,7 +189,7 @@ const kTenantIdPrefix = "testTenantId";
const connPoolStatsBefore = assert.commandWorked(donorPrimary.adminCommand({connPoolStats: 1}));
let blockFp = configureFailPoint(
- donorPrimary, "pauseTenantMigrationAfterBlockingStarts", {tenantId: tenantId1});
+ donorPrimary, "pauseTenantMigrationBeforeLeavingBlockingState", {tenantId: tenantId1});
assert.commandWorked(tenantMigrationTest0.startMigration(migrationOpts0));
assert.commandWorked(tenantMigrationTest1.startMigration(migrationOpts1));