jstastny-cz opened a new issue, #626: URL: https://github.com/apache/incubator-kie-issues/issues/626
Once quarkus-oidc maven dependency is added in pom.xml, Quarkus automatically starts Keycloak Dev Service, when explicit keycloak server property is not specified - https://quarkus.io/guides/dev-services#keycloak While kogito integration tests mostly rely on KeycloakQuarkusTestResource, then the Dev service is not needed at all. Moreover, in CI, the dev service often fails to start in (default) 60 seconds, and fails test execution. Instead, KeycloakQuarkusTestResource should be used which allows more time for container to start (after #622 ). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
