summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml
blob: 43feeb03b0089b8e7fb3ccd51af7c33352867518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
test_kind: js_test
selector:
  roots:
  - jstests/fle2/*.js
  - src/mongo/db/modules/*/jstests/fle2/**/*.js
  exclude_with_any_tags:
  # Not compatible with tests the expect fle to always using $in in queries,
  # i.e. verify explain output
  - requires_fle_in_always

executor:
  archive:
    hooks:
      - CheckReplDBHash
      - ValidateCollections
  config:
    shell_options:
      eval: "testingReplication = false; testingFLE2Range = true;"
      setShellParameter: featureFlagFLE2Range=true
  hooks:
  - class: CheckReplDBHash
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: ShardedClusterFixture
    mongos_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryFLEAlwaysUseEncryptedCollScanMode: 1
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryFLEAlwaysUseEncryptedCollScanMode: 1
        featureFlagFLE2Range: true
    num_rs_nodes_per_shard: 2
    enable_sharding:
    - test