TearDown secondary node after tests

This commit is contained in:
Simon Willnauer 2015-08-11 13:08:12 +02:00
parent a8580d11f5
commit 76564bbe6a
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
<stop-node es.pidfile="${integ.pidfile}"/>
</target>
<target name="stop-external-multi-node-cluster" depends="stop-primary-node, stop-secondary-node"/>
<target name="start-external-multi-node-no-plugins" depends="stop-secondary-node, setup-workspace" unless="${shouldskip}">
<start-unicast-node es.peer.list="127.0.0.1:9700"/>
<ac:trycatch property="failure.message">

View File

@ -274,7 +274,7 @@
</goals>
<configuration>
<target>
<ant antfile="${elasticsearch.integ.antfile}" target="stop-external-cluster"/>
<ant antfile="${elasticsearch.integ.antfile}" target="stop-external-multi-node-cluster"/>
</target>
<skip>${skip.integ.tests}</skip>
</configuration>