summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/unittest_shell_hang_analyzer.yml
blob: 036c30622292ccba7d8940a38c36864acad7bd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test_kind: js_test

selector:
  roots:
  - jstests/resmoke_selftest/shell_hang_analyzer.js

executor:
  fixture:
    class: ShardedClusterFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
    num_rs_nodes_per_shard: 3
    num_shards: 2
    num_mongos: 2