Skip to content

Commit

Permalink
LRQA-54230 Set Elasticsearch7 properties again when running CCR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Feb 26, 2020
1 parent b3bdefe commit 7fc23b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,15 @@ xpack.monitoring.collection.enabled: true</echo>

<get-java-jdk-home />

<get-testcase-property property.name="remote.elasticsearch.ccr.enabled" />

<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<then>
<configure-elasticsearch7-test-properties />
</then>
</if>

<antelope:repeat count="${remote.elasticsearch.cluster.size}">
<math
datatype="int"
Expand Down

0 comments on commit 7fc23b0

Please sign in to comment.