forked from elastic/elasticsearch-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.default.yaml
18 lines (17 loc) · 1.05 KB
/
tests.default.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# IMPORTANT! This file is just a template and provides the default settings
# for the test runner. Do not edit this file in anyway unless you intend
# to change the defaults. To change your settings locally make a copy of
# this file in this directory and rename it to `tests.yaml` (which isn't
# tracked by git).
# mode either u (unit test), i (integration test) or m (mixed mode)
mode: u
# the elasticsearch version that should be started
# Can be a snapshot version of sonatype or "latest" to get the latest snapshot of sonatype
elasticsearch_version: 6.0.0-alpha
# cluster filter allows you to only run the integration tests of a particular cluster (cluster suffix not needed)
# cluster_filter:
# whether we want to forcefully reseed on the node, if you are starting the tests with a node already running
force_reseed: true
# do not spawn nodes as part of the test setup if we find a node is already running
# this is opt in during development in CI we never want to see our tests running against an already running node
test_against_already_running_elasticsearch: true