]
Radoslav Husar updated WFLY-13859:
----------------------------------
Summary: Clustering TS: Support testing against different Infinispan Server
distributions (was: Clustering TS: Support testing against different Infinispan Server
distribution versions)
Clustering TS: Support testing against different Infinispan Server
distributions
--------------------------------------------------------------------------------
Key: WFLY-13859
URL:
https://issues.redhat.com/browse/WFLY-13859
Project: WildFly
Issue Type: Task
Components: Clustering, Test Suite
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Major
Currently, the testsuites pom.xml downloads a specific upstream version and tests against
it. The goal of this Jira is to allow for testing with different distributions such as
custom builds of Infinispan Server or productized builds. This probably needs to look like
this, all controlled by parameters:
(1) downloading datagrid maven execution is disabled
(2) datagrid is provisioned from a local file
(3) datagrid configuration is provided from a local directory
Note that the code to run only these tests is already in place with a specific maven
profile.