-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest release
Area
core
Describe the bug
MigrationTest in GH Actions fails: https://github.com/lhanusov/keycloak/actions/runs/5012199798/jobs/8984391145
Error: IllegalArgument argument type mismatch
JDK: Temurin 17
If you build auth-server-quarkus with Temurin and run it with Temurin it fails.
If you build auth-server-quarkus with Temurin and run it with RH OpenJDK it fails.
If you build auth-server-quarkus with RH OpenJDK and run it with RH OpenJDK it passes.
If you build auth-server-quarkus with RH OpenJDK and run it with Temurin it passes.
Version
999.0.0-SNAPSHOT
Expected behavior
Test class MigrationTest should pass.
Actual behavior
Test class MigrationTest fails.
How to Reproduce?
Run GH actions in your fork or install JDK Temurin 17 locally, build whole project and trigger the test:
./mvnw clean install -Dsurefire.rerunFailingTestsCount=2 -nsu -B
-Pjpa -Pauth-server-quarkus -Pdb-mariadb -Pauth-server-migration
-Dtest=MigrationTest
-Dmigration.mode=auto
-Dmigrated.auth.server.version=19.0.3
-Dmigration.import.file.name=migration-realm-19.0.3.json
-Dauth.server.ssl.required=false
-Dauth.server.db.host=localhost
-f testsuite/integration-arquillian/pom.xml
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status