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

selector:
  roots:
  - src/mongo/db/modules/*/jstests/stream/*.js

executor:
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      bind_ip_all: ''
      set_parameters:
        enableTestCommands: 1
        featureFlagStreams: true
    num_nodes: 1