summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathisbessamdb <mathis.bessa@mongodb.com>2022-07-15 17:04:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-15 18:10:02 +0000
commitc9c8bf5a30201540c27749a5d81e2c20859a80e0 (patch)
tree8697f24721451fa1bd157f3d8a872d90c29ae271
parent8b3b4d4962648eac47fa577586e645ef2543e0fe (diff)
downloadmongo-c9c8bf5a30201540c27749a5d81e2c20859a80e0.tar.gz
SERVER-64296 Delete references to 'voteCommitMigrationProgress' command
-rw-r--r--jstests/core/views/views_all_commands.js1
-rw-r--r--jstests/replsets/tenant_migration_concurrent_writes_on_donor_util.js2
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js1
3 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index c4c32ff3048..ef002bcea77 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -695,7 +695,6 @@ let viewsCommandTests = {
waitForOngoingChunkSplits: {skip: isUnrelated},
voteCommitImportCollection: {skip: isUnrelated},
voteCommitIndexBuild: {skip: isUnrelated},
- voteCommitMigrationProgress: {skip: isUnrelated}, // TODO (SERVER-64296): Remove in 6.1.
voteCommitTransaction: {skip: isUnrelated},
voteAbortTransaction: {skip: isUnrelated},
waitForFailPoint: {skip: isUnrelated},
diff --git a/jstests/replsets/tenant_migration_concurrent_writes_on_donor_util.js b/jstests/replsets/tenant_migration_concurrent_writes_on_donor_util.js
index dc61ffe7fbb..3a5946b7897 100644
--- a/jstests/replsets/tenant_migration_concurrent_writes_on_donor_util.js
+++ b/jstests/replsets/tenant_migration_concurrent_writes_on_donor_util.js
@@ -803,8 +803,6 @@ TenantMigrationConcurrentWriteUtil.testCases = {
usersInfo: {skip: isNotRunOnUserDatabase},
validate: {skip: isNotWriteCommand},
voteCommitIndexBuild: {skip: isNotRunOnUserDatabase},
- // TODO (SERVER-64296): Remove voteCommitMigrationProgress in 6.1.
- voteCommitMigrationProgress: {skip: isNotRunOnUserDatabase},
waitForFailPoint: {skip: isNotRunOnUserDatabase},
waitForOngoingChunkSplits: {skip: isNotRunOnUserDatabase},
whatsmysni: {skip: isNotRunOnUserDatabase},
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 7e3ced0ff33..bdf9fa831b2 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -752,7 +752,6 @@ let testCases = {
validateDBMetadata: {skip: "does not accept read or write concern"},
voteCommitImportCollection: {skip: "internal command"},
voteCommitIndexBuild: {skip: "internal command"},
- voteCommitMigrationProgress: {skip: "internal command"}, // TODO (SERVER-64296): Remove in 6.1.
waitForFailPoint: {skip: "does not accept read or write concern"},
waitForOngoingChunkSplits: {skip: "does not accept read or write concern"},
whatsmysni: {skip: "does not accept read or write concern"},