summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/fle2_high_cardinality.yml
blob: 8b1582ec19f7f4ebb582518d357a25cd1135b9ff (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
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_fle2_in_always

executor:
  archive:
    hooks:
      - ValidateCollections
  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
        internalQueryFLEAlwaysUseEncryptedCollScanMode: 1
    # Use a 2-node replica set.
    num_nodes: 2