summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml
blob: 4e6002ae7d2f1fecf0709dfc78078580974e1676 (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
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:
      - ValidateCollections
  config:
    shell_options:
      eval: "testingReplication = true; testingFLESharding = false;"
  hooks:
  # We don't execute dbHash or oplog consistency checks since there is only a single replica set
  # node.
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        internalQueryFLEAlwaysUseHighCardinalityMode: 1
    # Use a 2-node replica set.
    num_nodes: 2