diff options
author | Davis Haupt <davis.haupt@mongodb.com> | 2022-08-10 12:58:30 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-10 14:14:00 +0000 |
commit | cd10f966669131d9efdc202f444c41fb2d5afd18 (patch) | |
tree | 7add84b62eb33c8abc4963e61be48de4bcdbc7f6 /buildscripts | |
parent | 92c4d0cf38b1bd20be3c600c1fa4b103d81fdd1b (diff) | |
download | mongo-cd10f966669131d9efdc202f444c41fb2d5afd18.tar.gz |
SERVER-68636 rename HighCardinalityMode to EncryptedCollScanMode
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml b/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml index 4e6002ae7d2..a06189c6a39 100644 --- a/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml +++ b/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml @@ -27,6 +27,6 @@ executor: mongod_options: set_parameters: enableTestCommands: 1 - internalQueryFLEAlwaysUseHighCardinalityMode: 1 + internalQueryFLEAlwaysUseEncryptedCollScanMode: 1 # Use a 2-node replica set. num_nodes: 2 diff --git a/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml b/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml index 33a3d4e5c1a..92be832a5ef 100644 --- a/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml +++ b/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml @@ -27,11 +27,11 @@ executor: mongos_options: set_parameters: enableTestCommands: 1 - internalQueryFLEAlwaysUseHighCardinalityMode: 1 + internalQueryFLEAlwaysUseEncryptedCollScanMode: 1 mongod_options: set_parameters: enableTestCommands: 1 - internalQueryFLEAlwaysUseHighCardinalityMode: 1 + internalQueryFLEAlwaysUseEncryptedCollScanMode: 1 num_rs_nodes_per_shard: 2 enable_sharding: - test |