Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak 24.0.2 - ImportAuthenticatorConfigIT::shouldCreateRealmWithFlows creates test auth config twice #1003

Open
jonasvoelcker opened this issue Mar 26, 2024 · 0 comments
Labels

Comments

@jonasvoelcker
Copy link
Collaborator

Current Behavior

When changing the keycloak version to 24.0.2 a single test keeps failing as it creates a config twice: ImportAuthenticatorConfigIT::shouldCreateRealmWithFlows

As a consequence also the next test gets broken but the error does only occur in the creation not the update of a realm.

I did some checks but didn't find a solution for this behavior. It might also be a bug inside keycloak.

Expected Behavior

Only a single authenticator config is created and the test runs as it did before.

Steps To Reproduce

1. /usr/bin/env bash ./contrib/scripts/upgrade-keycloak.sh 24.0.2
2. Run ImportAuthenticatorConfigIT

Environment

  • Keycloak Version: 24.0.2
  • keycloak-config-cli Version: next
  • Java Version: 21

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant