mirror of https://github.com/mongodb/mongo
SERVER-102009 [v6.0] Update last_lts_mongos_commands.js and last_lts_mongod_commands.js (#34498)
GitOrigin-RevId: 54c9c687ac07772e2edbe131936d88b298d47304
This commit is contained in:
parent
95a65da5f6
commit
aa676d88fc
|
|
@ -4,9 +4,7 @@
|
|||
// always existing on the servers being used.
|
||||
const commandsRemovedFromMongodSinceLastLTS = [
|
||||
"_configsvrCommitChunkMerge",
|
||||
"_configsvrCreateCollection",
|
||||
"_configsvrRepairShardedCollectionChunksHistory",
|
||||
"mapreduce.shardedfinish",
|
||||
];
|
||||
// These commands were added in mongod since the last LTS version, so will not appear in the
|
||||
// listCommands output of a last LTS version mongod. We will allow these commands to have a
|
||||
|
|
@ -24,7 +22,6 @@ const commandsAddedToMongodSinceLastLTS = [
|
|||
"dropSearchIndex",
|
||||
"getClusterParameter",
|
||||
"listSearchIndexes",
|
||||
"rotateCertificates",
|
||||
"setClusterParameter",
|
||||
"setUserWriteBlockMode",
|
||||
"updateSearchIndex",
|
||||
|
|
|
|||
|
|
@ -12,29 +12,15 @@ const commandsRemovedFromMongosSinceLastLTS = [
|
|||
// listCommands output of a last LTS version mongos. We will allow these commands to have a test
|
||||
// defined without always existing on the mongos being used.
|
||||
const commandsAddedToMongosSinceLastLTS = [
|
||||
"abortReshardCollection",
|
||||
"appendOplogNote",
|
||||
"cleanupReshardCollection",
|
||||
"commitReshardCollection",
|
||||
"compactStructuredEncryptionData",
|
||||
"configureCollectionBalancing",
|
||||
"createSearchIndexes",
|
||||
"dropSearchIndex",
|
||||
"fsyncUnlock",
|
||||
"getClusterParameter",
|
||||
"listSearchIndexes",
|
||||
"moveRange",
|
||||
"reshardCollection",
|
||||
"rotateCertificates",
|
||||
"setAllowMigrations",
|
||||
"setClusterParameter",
|
||||
"setProfilingFilterGlobally", // TODO SERVER-73305
|
||||
"setUserWriteBlockMode",
|
||||
"testDeprecation",
|
||||
"testDeprecationInVersion2",
|
||||
"testInternalTransactions",
|
||||
"testRemoval",
|
||||
"testVersions1And2",
|
||||
"testVersion2",
|
||||
"updateSearchIndex",
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue