summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/fle2_sharding_high_cardinality.yml
blob: 33a3d4e5c1a50c32e465480ba8434311adb5dc18 (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
test_kind: js_test
selector:
  roots:
  - jstests/fle2/*.js
  - src/mongo/db/modules/*/jstests/fle2/*.js
  - src/mongo/db/modules/*/jstests/fle2/query/*.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; testingFLESharding = true;"
  hooks:
  - class: CheckReplDBHash
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: ShardedClusterFixture
    mongos_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryFLEAlwaysUseHighCardinalityMode: 1
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryFLEAlwaysUseHighCardinalityMode: 1
    num_rs_nodes_per_shard: 2
    enable_sharding:
    - test