summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_vote_progress.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_vote_progress.js')
-rw-r--r--jstests/replsets/tenant_migration_vote_progress.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/replsets/tenant_migration_vote_progress.js b/jstests/replsets/tenant_migration_vote_progress.js
index 677cbcbda6e..f593d503018 100644
--- a/jstests/replsets/tenant_migration_vote_progress.js
+++ b/jstests/replsets/tenant_migration_vote_progress.js
@@ -75,15 +75,15 @@ fpAfterCollectionClonerDone.wait();
fpAfterCollectionClonerDone.off();
if (TenantMigrationUtil.isShardMergeEnabled(recipientPrimary.getDB("admin"))) {
- jsTestLog("Test that voteCommitMigrationProgress succeeds with step 'copied files'");
- voteShouldSucceed(migrationId, ["copied files"]);
+ jsTestLog("Test that voteCommitMigrationProgress succeeds with step 'imported files'");
+ voteShouldSucceed(migrationId, ["imported files"]);
} else {
jsTestLog("Test that voteCommitMigrationProgress fails with shard merge disabled");
- voteShouldFail(migrationId, ["copied files"]);
+ voteShouldFail(migrationId, ["imported files"]);
}
jsTestLog("Test that voteCommitMigrationProgress fails with wrong 'step'");
-voteShouldFail(migrationId, ["imported files"]);
+voteShouldFail(migrationId, ["copied files"]);
fpAfterDataConsistentMigrationRecipientInstance.wait();
fpAfterDataConsistentMigrationRecipientInstance.off();