Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MigrationTest » IllegalArgument argument type mismatch [JDK Temurin 17] #20455

@lhanusov

Description

@lhanusov

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

area/testsuiteIndicates an issue on the Testsuite areakind/bugCategorizes a PR related to a bug

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions