summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2023-05-10 14:41:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-10 16:46:52 +0000
commit67d52c2ae09a62aaec376b9739beb6709b0ff79f (patch)
tree7b1d361e22f2b80c23866de15a21fcb292fe3f15 /jstests
parentad86a3ab2803902e0037a4e12264380969b9cbb9 (diff)
downloadmongo-67d52c2ae09a62aaec376b9739beb6709b0ff79f.tar.gz
SERVER-68977 Remove upgrade/downgrade for PM-1858
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/libs/last_lts_mongod_commands.js8
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js2
2 files changed, 2 insertions, 8 deletions
diff --git a/jstests/sharding/libs/last_lts_mongod_commands.js b/jstests/sharding/libs/last_lts_mongod_commands.js
index d74b170e154..c042e784244 100644
--- a/jstests/sharding/libs/last_lts_mongod_commands.js
+++ b/jstests/sharding/libs/last_lts_mongod_commands.js
@@ -16,9 +16,6 @@ const commandsRemovedFromMongodSinceLastLTS = [
// listCommands output of a last LTS version mongod. We will allow these commands to have a
// test defined without always existing on the mongod being used.
const commandsAddedToMongodSinceLastLTS = [
- "_refreshQueryAnalyzerConfiguration", // TODO (SERVER-68977): Remove upgrade/downgrade for
- // PM-1858.
- "analyzeShardKey", // TODO (SERVER-68977): Remove upgrade/downgrade for PM-1858.
"clusterAbortTransaction",
"clusterAggregate",
"clusterCommitTransaction",
@@ -28,9 +25,8 @@ const commandsAddedToMongodSinceLastLTS = [
"clusterGetMore",
"clusterInsert",
"clusterUpdate",
- "configureQueryAnalyzer", // TODO (SERVER-68977): Remove upgrade/downgrade for PM-1858.
- "createSearchIndexes", // TODO (SERVER-73309): Remove once 7.0 becomes last LTS.
- "dropSearchIndex", // TODO (SERVER-73309): Remove once 7.0 becomes last LTS.
+ "createSearchIndexes", // TODO (SERVER-73309): Remove once 7.0 becomes last LTS.
+ "dropSearchIndex", // TODO (SERVER-73309): Remove once 7.0 becomes last LTS.
"getChangeStreamState",
"getClusterParameter",
"listDatabasesForAllTenants",
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index 2c95085bc0e..378ac7428e9 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -19,7 +19,6 @@ const commandsAddedToMongosSinceLastLTS = [
"_clusterWriteWithoutShardKey",
"abortReshardCollection",
"analyze",
- "analyzeShardKey", // TODO (SERVER-68977): Remove upgrade/downgrade for PM-1858.
"appendOplogNote",
"bulkWrite",
"checkMetadataConsistency",
@@ -28,7 +27,6 @@ const commandsAddedToMongosSinceLastLTS = [
"commitReshardCollection",
"compactStructuredEncryptionData",
"configureCollectionBalancing",
- "configureQueryAnalyzer", // TODO (SERVER-68977): Remove upgrade/downgrade for PM-1858.
"coordinateCommitTransaction",
"createSearchIndexes",
"dropSearchIndex",