summaryrefslogtreecommitdiff
path: root/buildscripts/tests/resmoke_end2end/suites/resmoke_selftest_set_parameters_sharding.yml
blob: d5a0f8932699776d1db10f21e7490ed9965983cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test_kind: js_test

selector:
  roots:
  - jstests/resmoke_selftest/end2end/**.js

executor:
  archive:
    tests: true
  config:
    shell_options:
      global_vars:
        TestData:
          outputLocation: ./output.json # This is a template value replaced at runtime.
  fixture:
    class: ShardedClusterFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1