summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_max_mirroring.yml
blob: d7716301c550c8a521ecdf2a14822d56b6fd918c (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/sharding/**/*.js
  exclude_files:
  - jstests/sharding/**/libs/**/*.js
  - jstests/sharding/query/mrShardedOutput.js

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