summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@mongodb.com>2023-04-13 14:30:53 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-17 21:50:39 +0000
commit5ba4b4c02e154502455c98ff5e605eeb7b2bc555 (patch)
tree1eb345e78f9983efe9bc7e974bcf517261160459 /jstests/replsets
parenta45535c81c645dc190485e033a6ed6b91678bd50 (diff)
downloadmongo-5ba4b4c02e154502455c98ff5e605eeb7b2bc555.tar.gz
SERVER-72937 Create the QE cleanupStructuredEncryptionData command skeleton for mongod
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/all_commands_downgrading_to_upgraded.js1
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/jstests/replsets/all_commands_downgrading_to_upgraded.js b/jstests/replsets/all_commands_downgrading_to_upgraded.js
index 9313ff903a5..0ad3d54ab6d 100644
--- a/jstests/replsets/all_commands_downgrading_to_upgraded.js
+++ b/jstests/replsets/all_commands_downgrading_to_upgraded.js
@@ -366,6 +366,7 @@ const allCommands = {
// operation.
skip: "requires additional setup through a failed resharding operation",
},
+ cleanupStructuredEncryptionData: {skip: "requires additional encrypted collection setup"},
clearJumboFlag: {
isShardedOnly: true,
fullScenario: function(conn, fixture) {
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index b055ad8c834..1c3a9a135a2 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -165,6 +165,7 @@ const allCommands = {
checkShardingIndex: {skip: isPrimaryOnly},
cleanupOrphaned: {skip: isPrimaryOnly},
cleanupReshardCollection: {skip: isPrimaryOnly},
+ cleanupStructuredEncryptionData: {skip: isPrimaryOnly},
clearLog: {skip: isNotAUserDataRead},
cloneCollectionAsCapped: {skip: isPrimaryOnly},
clusterAbortTransaction: {skip: "already tested by 'abortTransaction' tests on mongos"},