Skip to content

Commit

Permalink
LRQA-56363 Assert workflow and liferay settings indices are replicated
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Mar 24, 2020
1 parent 77c13ac commit 9ab63ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,15 @@ xpack.monitoring.collection.enabled: true</echo>

<if>
<and>
<contains string="${curl.output.follower.indices}" substring="liferay-0" />
<contains string="${curl.output.follower.indices}" substring="liferay-${companyId}" />
<contains string="${curl.output.follower.indices}" substring="liferay-search-tuning-synonyms-liferay-${companyId}" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-instances" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-nodes" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-processes" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-sla-instance-results" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-sla-task-results" />
<contains string="${curl.output.follower.indices}" substring="workflow-metrics-tokens" />
</and>
<then>
<echo>Created follower indices.</echo>
Expand Down

0 comments on commit 9ab63ba

Please sign in to comment.