Decoupling legacy and dynamic user profiles and exposing metadata from admin api - #22790
Conversation
Passing run #8836 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
|||||||||||||||
758dd43 to
548488b
Compare
Unreported flaky test detectedIf the below 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.webauthn.account.WebAuthnTransportLocaleTest#multipleTransportsKeycloak CI - WebAuthn IT (chrome) |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
8cb0391 to
204a5e0
Compare
There was a problem hiding this comment.
For some reason in this PR the following jobs consistently times out (after 90 minutes):
- New Store IT (hot-rod)
- New Store IT (jpa-postgres)
Latest run in release/22.0 these completed well within the timeout:
- New Store IT (hot-rod): 31m
- New Store IT (jpa-postgres): 38m
I have no clue what's going on, but there is something in this PR that is causing this, as I've not seen the same for runs against release/22.0 or other PRs to release/22.0.
|
@stianst Noticed the same and still trying to figure out what might be causing this. |
|
@pedroigor thank you. For the context, there was a community contribution #21347 which revealed an issue during import (see details) in heterogeneous cluster which is visible in this PR as well. The solution was split into 3 steps, disable test, introduce re-try mechanism, enable test. We can consider backporting just #21828 or all of them. |
204a5e0 to
027bdf2
Compare
Unreported flaky test detectedIf the below 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.admin.concurrency.ConcurrencyTest#createRemoveClientorg.keycloak.testsuite.admin.concurrency.ConcurrencyTest#createClient |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
stianst
left a comment
There was a problem hiding this comment.
Due to updating conditional tests in release/22.0 from main the store tests no longer run against this PR, so we can't verify if the store issues are resolved.
I've opened an issue to resolve this and sent a PR for it as well:
#23001
…m admin api
Closes keycloak#22532
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
027bdf2 to
7b29d2a
Compare
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below 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.x509.X509BrowserCRLTest#loginSuccessWithCRLSignedWithIntermediateCA3FromTruststoreKeycloak CI - FIPS IT (strict) org.keycloak.testsuite.x509.X509BrowserCRLTest#loginFailedWithIntermediateRevocationListFromFileKeycloak CI - FIPS IT (strict) |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below 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.x509.X509BrowserCRLTest#loginSuccessWithCRLSignedWithIntermediateCA3FromTruststoreKeycloak CI - FIPS IT (strict) org.keycloak.testsuite.x509.X509BrowserCRLTest#loginFailedWithIntermediateRevocationListFromFileKeycloak CI - FIPS IT (strict) org.keycloak.testsuite.model.user.UserSyncTest#testManyUsersImportKeycloak CI - Store Model Tests |
1 flaky test on run #8853 ↗︎Details:
|
|||||||||||||||||||||
| Test | Artifacts | |
|---|---|---|
| Authentication test > should add a condition |
Output
Screenshots
|
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
Closes #22532
Backport #22533