summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/integration_tests_standalone.yml
blob: 04051859cc7aa4d0d812aeb15130b837ffc2ae90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
test_kind: cpp_integration_test

selector:
  root: build/integration_tests.txt
  exclude_files:
  # Tests replica set monitor.
  - build/**/replica_set_monitor_integration_test*
  - build/**/network_interface_ssl_test* # Requires SSL

executor:
  archive:
    hooks:
      - ValidateCollections
  config: {}
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        logComponentVerbosity:
          command: 2
        enableTestCommands: 1