[KEYCLOAK-14639] - Update ISPN schemas and how to run guide
This commit is contained in:
parent
74988a3f21
commit
d5348066cb
4 changed files with 18 additions and 6 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
<infinispan
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:infinispan:config:9.4 http://www.infinispan.org/schemas/infinispan-config-9.4.xsd"
|
||||
xmlns="urn:infinispan:config:9.4">
|
||||
xsi:schemaLocation="urn:infinispan:config:10.1 http://www.infinispan.org/schemas/infinispan-config-10.1.xsd"
|
||||
xmlns="urn:infinispan:config:10.1">
|
||||
|
||||
<!-- Distributed Cache Container Configuration-->
|
||||
<cache-container name="keycloak">
|
||||
|
|
|
@ -652,6 +652,11 @@ After you build the distribution, you run this command to setup servers and run
|
|||
|
||||
### Cluster tests with Keycloak on Quarkus
|
||||
|
||||
Make sure the `testsuite/integration-arquillian/servers/auth-server/quarkus` module was built as follows:
|
||||
|
||||
mvn -f testsuite/integration-arquillian/servers/auth-server/quarkus/pom.xml clean install \
|
||||
-Pauth-server-cluster-quarkus
|
||||
|
||||
Run tests using the `auth-server-cluster-quarkus` profile:
|
||||
|
||||
mvn -f testsuite/integration-arquillian/tests/base/pom.xml clean install \
|
||||
|
@ -659,6 +664,13 @@ Run tests using the `auth-server-cluster-quarkus` profile:
|
|||
-Dsession.cache.owners=2 \
|
||||
-Dtest=AuthenticationSessionFailoverClusterTest
|
||||
|
||||
Alternatively, you can perform both steps using the following command:
|
||||
|
||||
mvn -f testsuite/integration-arquillian/pom.xml clean install \
|
||||
-Pauth-server-cluster-quarkus \
|
||||
-Dsession.cache.owners=2 \
|
||||
-Dtest=AuthenticationSessionFailoverClusterTest
|
||||
|
||||
---
|
||||
**NOTE**
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<infinispan
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:infinispan:config:9.4 http://www.infinispan.org/schemas/infinispan-config-9.4.xsd"
|
||||
xmlns="urn:infinispan:config:9.4">
|
||||
xsi:schemaLocation="urn:infinispan:config:10.1 http://www.infinispan.org/schemas/infinispan-config-10.1.xsd"
|
||||
xmlns="urn:infinispan:config:10.1">
|
||||
|
||||
<!-- Distributed Cache Container Configuration -->
|
||||
<cache-container name="keycloak">
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<infinispan
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:infinispan:config:9.4 http://www.infinispan.org/schemas/infinispan-config-9.4.xsd"
|
||||
xmlns="urn:infinispan:config:9.4">
|
||||
xsi:schemaLocation="urn:infinispan:config:10.1 http://www.infinispan.org/schemas/infinispan-config-10.1.xsd"
|
||||
xmlns="urn:infinispan:config:10.1">
|
||||
|
||||
<!-- Local Cache Container Configuration -->
|
||||
<cache-container name="keycloak">
|
||||
|
|
Loading…
Reference in a new issue