[
https://issues.redhat.com/browse/WFLY-13865?page=com.atlassian.jira.plugi...
]
Yeray Borges Santana updated WFLY-13865:
----------------------------------------
Description:
The Galleon layer tests for clustering are using two galleon packs, one to bring in the
web-clustering Galleon layer and the full Galleon pack.
This configuration is not properly testing the switching of the Galleon packs under test
by the CI Jobs.
The task here is to provide this capability replacing the full one by using the Maven
properties passed by the CI Job, e.g:
{code:java}
<feature-pack>
<groupId>${testsuite.ee.galleon.pack.groupId}</groupId>
<artifactId>${testsuite.ee.galleon.pack.artifactId}</artifactId>
<version>${testsuite.ee.galleon.pack.version}</version>
<inherit-configs>false</inherit-configs>
<inherit-packages>false</inherit-packages>
</feature-pack>
{code}
was:
The Galleon layers tests for clustering are using two galleon packs, the one for testing
to bring in web-clustering and the full Galleon pack.
This configuration is not properly testing the switching of the Galleon packs under test
by the CI Jobs.
The take here is to provide this capability replacing the full one by using the Maven
properties passed by the CI Job, e.g:
{code:java}
<feature-pack>
<groupId>${testsuite.ee.galleon.pack.groupId}</groupId>
<artifactId>${testsuite.ee.galleon.pack.artifactId}</artifactId>
<version>${testsuite.ee.galleon.pack.version}</version>
<inherit-configs>false</inherit-configs>
<inherit-packages>false</inherit-packages>
</feature-pack>
{code}
Enable switching Galleon pack Maven coordinates for the Galleon
layers used in the clustering tests
---------------------------------------------------------------------------------------------------
Key: WFLY-13865
URL:
https://issues.redhat.com/browse/WFLY-13865
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
Priority: Major
Fix For: 21.0.0.Beta1
The Galleon layer tests for clustering are using two galleon packs, one to bring in the
web-clustering Galleon layer and the full Galleon pack.
This configuration is not properly testing the switching of the Galleon packs under test
by the CI Jobs.
The task here is to provide this capability replacing the full one by using the Maven
properties passed by the CI Job, e.g:
{code:java}
<feature-pack>
<groupId>${testsuite.ee.galleon.pack.groupId}</groupId>
<artifactId>${testsuite.ee.galleon.pack.artifactId}</artifactId>
<version>${testsuite.ee.galleon.pack.version}</version>
<inherit-configs>false</inherit-configs>
<inherit-packages>false</inherit-packages>
</feature-pack>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)