Skip to content

Instantly share code, notes, and snippets.

View mhajas's full-sized avatar
:octocat:

Michal Hajas mhajas

:octocat:
View GitHub Profile
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="In memory" type="Application" factoryName="Application">
<envs>
<env name="QUARKUS_MANAGEMENT_ENABLED" value="true " />
</envs>
<option name="MAIN_CLASS_NAME" value="org.keycloak.quarkus._private.IDELauncher" />
<module name="keycloak-quarkus-server-app" />
<option name="PROGRAM_PARAMETERS" value="start-dev --metrics-enabled true --health-enabled true --http-port=8080 --log-level=io.quarkus:info,io.vertx:info,io.netty:info,org.jboss.resteasy:info --verbose" />
<extension name="coverage">
<pattern>
@Test
public void testRefreshTokenRevocation() throws Exception {
KeycloakClient pod0 = new KeycloakClient(HTTP_CLIENT, "https://localhost:8444");
KeycloakClient pod1 = new KeycloakClient(HTTP_CLIENT, "https://localhost:8445");
KeycloakClient pod2 = new KeycloakClient(HTTP_CLIENT, "https://localhost:8446");
KeycloakClient mainPod = pod0;
Map<Integer, Integer> resultCodes = new HashMap<>();
resultCodes.put(200, 0);
spec:
restartPolicy: Always
serviceAccountName: default
imagePullSecrets:
- name: default-dockercfg-lc8ks
priority: 0
schedulerName: default-scheduler
enableServiceLinks: true
terminationGracePeriodSeconds: 30
preemptionPolicy: PreemptLowerPriority
<?xml version="1.0" encoding="UTF-8"?>
<!-- end::keycloak-ispn-configmap[] -->
<!--
~ Copyright 2019 Red Hat, Inc. and/or its affiliates
~ and other contributors as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Quarkus - Cross DC" type="Application" factoryName="Application">
<envs>
<env name="QUARKUS_MANAGEMENT_ENABLED" value="true" />
<env name="jboss.site.name" value="ISPN" />
</envs>
<option name="MAIN_CLASS_NAME" value="org.keycloak.quarkus._private.IDELauncher" />
<module name="keycloak-quarkus-server-app" />
<option name="PROGRAM_PARAMETERS" value="start-dev --metrics-enabled true --features multi-site --health-enabled true --http-port=8080 --cache ispn --cache-config-file $PROJECT_DIR$/kcb-infinispan-cache-remote-store-config.xml --log-level=io.quarkus:info,io.vertx:info,io.netty:info,org.jboss.resteasy:info,org.infinispan:debug" />
<extension name="coverage">
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Quarkus - Legacy H2" type="Application" factoryName="Application">
<envs>
<env name="QUARKUS_MANAGEMENT_ENABLED" value="true" />
</envs>
<option name="MAIN_CLASS_NAME" value="org.keycloak.quarkus._private.IDELauncher" />
<module name="keycloak-quarkus-server-app" />
<option name="PROGRAM_PARAMETERS" value="start-dev --metrics-enabled true --features multi-site --health-enabled true --http-port=8080 --cache ispn --log-level=io.quarkus:info,io.vertx:info,io.netty:info,org.jboss.resteasy:info" />
<extension name="coverage">
<pattern>
2023-02-02T07:13:39.2819295Z -- java.lang.RuntimeException: Could not create statement
2023-02-02T07:13:39.2819887Z -- at org.jboss.arquillian.junit.Arquillian.methodBlock(Arquillian.java:313)
2023-02-02T07:13:39.2821183Z -- at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2023-02-02T07:13:39.2821912Z -- at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2023-02-02T07:13:39.2822500Z -- at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2023-02-02T07:13:39.2823340Z -- at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2023-02-02T07:13:39.2824090Z -- at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2023-02-02T07:13:39.2824628Z -- at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2023-02-02T07:13:39.2825600Z -- at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2023-02-02T07:13:39.2826209Z -- at org.junit.runners.ParentRunner.access$10
<md:EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
entityID="http://localhost:8081/auth/realms/SP" ID="ID_0c7fbf41-9253-49f1-9314-83f880c488a4">
<md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true"
WantAssertionsSigned="false">
<md:KeyDescriptor use="signing">
<ds:KeyInfo>
<ds:KeyName>J6uuJTc06BcO0kLDJNo3fp2kvxURLfRs3-jk5RJtyVw</ds:KeyName>
<ds:X509Data>
<ds:X509Certificate>
/*
* Copyright 2004-2022 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (https://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.test.mvcc;
import org.h2.test.TestBase;
import org.h2.test.TestDb;
import org.h2.util.Task;
13:35:12,501 INFO (main) [org.keycloak.testsuite.model.session.UserSessionProviderOfflineModelTest] testOfflineSessionLazyLoadingPropagationBetweenNodes STARTED
13:35:12,541 DEBUG (pool-13-thread-1-site-2-node-4) [org.keycloak.testsuite.model.KeycloakModelParameters] Creating factory 4 in pool-13-thread-1 using the following configuration:
client.provider = jpa
clientScope.provider = jpa
componentFactory.default.cachingForced = true
connectionsInfinispan.default.clustered = true
connectionsInfinispan.default.embedded = true
connectionsInfinispan.default.jgroupsUdpMcastAddr = 228.6.7.8
connectionsInfinispan.default.nodeName = node-4
connectionsInfinispan.default.remoteStoreEnabled = true