Merge pull request #4223 from hmlnarik/KEYCLOAK-4189-Cross-DC-testing

KEYCLOAK-4189 Fix in instructions for running Cross-DC tests
This commit is contained in:
Marek Posolda 2017-06-14 21:11:18 +02:00 committed by GitHub
commit a34f890453
2 changed files with 6 additions and 1 deletions

View file

@ -431,7 +431,11 @@ The cross DC requires setting a profile specifying used cache server (currently
#### Run Cross-DC Tests from Maven
Run the following command (adjust the test specification according to your needs):
First compile the Infinispan test server via the following command:
`mvn -Pcache-server-infinispan -f testsuite/integration-arquillian -DskipTests clean install`
Then you can run the tests using the following command (adjust the test specification according to your needs):
`mvn -Pcache-server-infinispan -Dtest=*.crossdc.* -pl testsuite/integration-arquillian/tests/base test`

View file

@ -0,0 +1 @@
This file is to mark this Maven project as a valid option for building cache server artifact