Skip to content

Commit

Permalink
LRQA-56378 Rename testcase property
Browse files Browse the repository at this point in the history
  • Loading branch information
brookedalton authored and brianchandotcom committed Apr 3, 2020
1 parent a65b5eb commit 912affb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,10 +1317,10 @@ xpack.monitoring.collection.enabled: true</echo>

<antcall target="configure-elasticsearch-cluster-properties" />

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

<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<equals arg1="${remote.elasticsearch.clusters.enabled}" arg2="true" />
<then>
<antcall target="prepare-additional-elasticsearch-dirs">
<param name="remote.elasticsearch.cluster.size" value="2" />
Expand Down Expand Up @@ -1375,7 +1375,7 @@ xpack.monitoring.collection.enabled: true</echo>
<print-file file.name="${elasticsearch.dir}-${elasticsearch.node.number}/logs/LiferayElasticsearchCluster.log" />

<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<equals arg1="${remote.elasticsearch.clusters.enabled}" arg2="true" />
<then>
<waitfor maxwait="30" maxwaitunit="second" timeoutproperty="elasticsearch.server.not.started">
<http url="http://localhost:9202/" />
Expand All @@ -1390,7 +1390,7 @@ xpack.monitoring.collection.enabled: true</echo>
</if>

<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<equals arg1="${remote.elasticsearch.clusters.enabled}" arg2="true" />
<then>
<start-ccr-trial />
</then>
Expand All @@ -1405,10 +1405,10 @@ xpack.monitoring.collection.enabled: true</echo>

<get-java-jdk-home />

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

<if>
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<equals arg1="${remote.elasticsearch.clusters.enabled}" arg2="true" />
<then>
<configure-elasticsearch7-test-properties />
</then>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ definition {
property osgi.module.configuration.file.names = "com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config";
property osgi.module.configurations = "blacklistBundleSymbolicNames=&quot;com.liferay.portal.mobile.device.detection.fiftyonedegrees.api,com.liferay.portal.mobile.device.detection.fiftyonedegrees.enterprise,com.liferay.portal.mobile.device.detection.fiftyonedegrees.enterprise.test.data,com.liferay.portal.mobile.device.detection.fiftyonedegrees,com.liferay.portal.search.elasticsearch6.impl,com.liferay.portal.search.elasticsearch6.spi,com.liferay.portal.search.elasticsearch6.api,com.liferay.portal.search.elasticsearch6.xpack.security.impl,com.liferay.portal.search.elasticsearch6.xpack.monitoring.web,com.liferay.portal.search.tuning.rankings.web&quot;";
property portal.upstream = "quarantine";
property remote.elasticsearch.ccr.enabled = "true";
property remote.elasticsearch.clusters.enabled = "true";
property remote.elasticsearch.enabled = "true";
property test.name.skip.portal.instance = "Elasticsearch7EE#AssertReplicationAfterReindex";

Expand Down Expand Up @@ -841,7 +841,7 @@ definition {
property osgi.module.configuration.file.names = "com.liferay.portal.bundle.blacklist.internal.BundleBlacklistConfiguration.config";
property osgi.module.configurations = "blacklistBundleSymbolicNames=&quot;com.liferay.portal.mobile.device.detection.fiftyonedegrees.api,com.liferay.portal.mobile.device.detection.fiftyonedegrees.enterprise,com.liferay.portal.mobile.device.detection.fiftyonedegrees.enterprise.test.data,com.liferay.portal.mobile.device.detection.fiftyonedegrees,com.liferay.portal.search.elasticsearch6.impl,com.liferay.portal.search.elasticsearch6.spi,com.liferay.portal.search.elasticsearch6.api,com.liferay.portal.search.elasticsearch6.xpack.security.impl,com.liferay.portal.search.elasticsearch6.xpack.monitoring.web,com.liferay.portal.search.tuning.rankings.web&quot;";
property portal.upstream = "quarantine";
property remote.elasticsearch.ccr.enabled = "true";
property remote.elasticsearch.clusters.enabled = "true";
property remote.elasticsearch.enabled = "true";
property test.name.skip.portal.instance = "Elasticsearch7EE#CrossClusterReplicationSmoke";

Expand Down

0 comments on commit 912affb

Please sign in to comment.