summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/cwrwc_passthrough.yml
blob: fc20fd90aef3786ce519b49f5cc88eb64055fbec (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
# Set the Cluster-Wide Read/Write Concern Defaults to be the same as the implicit server defaults
# (for a replica set).  This should be 100% identical to if the defaults had not been set, ie. the
# non-passthrough core suite.

test_kind: js_test

selector:
  roots:
  - jstests/core/**/*.js

  exclude_with_any_tags:
  - assumes_standalone_mongod

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      eval: >-
        testingReplication = true;
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
    num_nodes: 1
    default_read_concern:
        level: local
    default_write_concern:
        w: 1