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

Skip to content

Conversation

@mposolda
Copy link
Contributor

…en token-exchange-standard feature enabled

closes #37552

Copy link

@keycloak-github-bot keycloak-github-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unreported flaky test detected, please review

@keycloak-github-bot
Copy link

Unreported flaky test detected

If the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR.

org.keycloak.testsuite.organization.admin.OrganizationInvitationLinkTest#testInviteNewUserRegistrationCustomRegistrationFlow

Keycloak CI - Base IT (3)

java.lang.AssertionError: 

Expected: is <false>
     but: was <true>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
...

Report flaky test

org.keycloak.testsuite.actions.RequiredActionPriorityTest#executeRequiredActionWithCustomPriorityAppliesSamePriorityToSessionAndUserActions

Keycloak CI - Base IT (1)

java.lang.AssertionError: Event expected
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.keycloak.testsuite.AssertEvents.poll(AssertEvents.java:91)
...

Report flaky test

org.keycloak.testsuite.actions.RequiredActionPriorityTest#executeRequiredActionsWithDefaultPriority

Keycloak CI - Base IT (1)

java.lang.AssertionError: Expected TermsAndConditionsPage but was Sign in to test (https://localhost:8543/auth/realms/test/login-actions/required-action?execution=TERMS_AND_CONDITIONS&client_id=test-app&tab_id=g0UlihLiwKE&client_data=eyJydSI6Imh0dHBzOi8vbG9jYWxob3N0Ojg1NDMvYXV0aC9yZWFsbXMvbWFzdGVyL2FwcC9hdXRoIiwicnQiOiJjb2RlIiwic3QiOiJkZmNmMGE0NC1kYzA4LTQwYWEtYWM2ZS1iNTVjYzNmYmRkMjkifQ)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.keycloak.testsuite.pages.AbstractPage.assertCurrent(AbstractPage.java:47)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
...

Report flaky test

org.keycloak.testsuite.actions.RequiredActionPriorityTest#setupTotpAfterUpdatePassword

Keycloak CI - Base IT (1)

java.lang.AssertionError: Expected AppPage but was Sign in to test (https://localhost:8543/auth/realms/test/login-actions/required-action?execution=UPDATE_PROFILE&client_id=test-app&tab_id=NkgZ-uIi6DA&client_data=eyJydSI6Imh0dHBzOi8vbG9jYWxob3N0Ojg1NDMvYXV0aC9yZWFsbXMvbWFzdGVyL2FwcC9hdXRoIiwicnQiOiJjb2RlIiwic3QiOiI2ZWZlYzAxMC05YjQwLTQwYzEtYWY2ZS1hNmRiNWU1MTJlY2QifQ)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.keycloak.testsuite.pages.AbstractPage.assertCurrent(AbstractPage.java:47)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
...

Report flaky test

@keycloak-github-bot
Copy link

Unreported flaky test detected

If the flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR.

org.keycloak.testsuite.organization.admin.OrganizationInvitationLinkTest#testInviteNewUserRegistrationCustomRegistrationFlow

Keycloak CI - Base IT (3)

java.lang.AssertionError: 

Expected: is <false>
     but: was <true>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
...

Report flaky test

Copy link

@keycloak-github-bot keycloak-github-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unreported flaky test detected, please review

…en token-exchange-standard feature enabled

closes keycloak#37552

Signed-off-by: mposolda <[email protected]>
@mposolda mposolda force-pushed the 37552-te-wellknown-endpoint branch from a6dfe6f to d0e1efa Compare February 24, 2025 08:00
Copy link
Contributor

@graziang graziang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mposolda thanks!

@mposolda
Copy link
Contributor Author

@graziang Thanks for the review as well!

@mposolda mposolda merged commit 4f43e30 into keycloak:main Feb 24, 2025
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The token exchange grant type not available in well-known endpoint when token-exchange-standard feature enabled

2 participants