]
Tristan Tarrant updated ISPN-11289:
-----------------------------------
Status: Open (was: New)
Use InfinispanServerRule externally
-----------------------------------
Key: ISPN-11289
URL:
https://issues.redhat.com/browse/ISPN-11289
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite
Affects Versions: 10.1.1.Final
Reporter: Gustavo Lira e Silva
Assignee: Tristan Tarrant
Priority: Major
We are trying to use InfinispanServerRule on jdg-functional-tests but we can only start
the tests with container mode if we set
{code:java}
-Dserver.output.dir=jdg/server/runtime/target/rhdg-server-8.0.0
{code}
server.output.dir needs to use a relative path inside jdg project, otherwise docker
container doesn't start. This is happening because this line
https://github.com/infinispan/jdg/blob/13cae7b461f934f7349b776b6269f95ce3...
In other words, If we download redhat-datagrid-8.0.0-server and set -Dserver.output.dir
to server downloaded docker container doesn't start