OpenSearch/buildSrc/src/main
Simon Willnauer e91245e25f Use a seed node to form multi-node cluster in integ tests
Today we use hardcoded ports to form a cluster in the mulit-node case.
The hardcoded URIs are passed to the unicast host list which is error prone and
might cause problems if those ports are exhausted etc. This commit moves to a
less error prone way of forming the cluster where all nodes are started with port `0`
and all but the first node wait for the first node to write it's ports file to form a
cluster. This seed node is enough to form a cluster.
2016-03-11 19:20:37 +01:00
..
groovy Use a seed node to form multi-node cluster in integ tests 2016-03-11 19:20:37 +01:00
resources Check that number of placeholders in log message matches number of parameters 2016-03-11 10:30:59 +01:00