summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_max_mirroring.yml
blob: 469d97df6353f5495d12a7b7cb1781f5753cd93c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test_kind: js_test

selector:
  roots:
  - jstests/replsets/*.js
  exclude_files:
  exclude_with_any_tags:
  - disabled_due_to_server_61671

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          setParameters:
            mirrorReads: "{samplingRate: 1.0}"