Conversation
Unreported flaky test detectedIf 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.model.singleUseObject.SingleUseObjectModelTest#testClusterKeycloak CI - Store Model Tests org.keycloak.testsuite.model.user.UserModelTest#testAddRemoveUserConcurrentKeycloak CI - Store Model Tests |
rmartinc
left a comment
There was a problem hiding this comment.
Thanks @msdaly200! Please remove the old test, this way we can check the differences. Review is difficult without differences. 😄
Remember that, when you move a database test, you need to add the annotation @DatabaseTest to the test. You can also add to specific tests if you don't want all the class to be executed in the database flow, this way only a the annotated tests will be there. Your test should be also executed in the DB jobs (postgresql, mariadb, oracle,...).
Signed-off-by: Marie Daly <[email protected]>
Signed-off-by: Marie Daly <[email protected]>
Signed-off-by: Marie Daly <[email protected]>
Signed-off-by: Marie Daly <[email protected]>
Signed-off-by: Marie Daly <[email protected]>
Unreported flaky test detectedIf 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.authz.PolicyEvaluationTest# |
Closes #48153
Migrate the SSOTest