Skip to content

Commit

Permalink
LRQA-54780 Wait for the local cluster to start
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Feb 26, 2020
1 parent 67aaa07 commit 01c3182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,9 @@ xpack.monitoring.collection.enabled: true</echo>
<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<then>
<waitfor maxwait="30" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<http url="http://localhost:9202/" />
</waitfor>
<print-file file.name="${elasticsearch.dir}-2/logs/LiferayElasticsearchClusterTwo.log" />
</then>
</if>
Expand Down

0 comments on commit 01c3182

Please sign in to comment.