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

Skip to content

Conversation

@lhanusov
Copy link
Contributor

@lhanusov lhanusov commented May 28, 2024

Closes #29700

Dependency: #29517

@lhanusov lhanusov requested a review from a team as a code owner May 28, 2024 11:44
@lhanusov lhanusov self-assigned this May 28, 2024
@lhanusov lhanusov changed the title [#29700] Testsuite PoC: Ability to configure server run-mode within the Junit5 framework [#29700] Testsuite PoC: Ability to configure server run-mode within the JUnit5 framework May 28, 2024
@lhanusov lhanusov force-pushed the 29700 branch 2 times, most recently from 75bea31 to 5d29270 Compare June 11, 2024 13:35
…within the JUnit5 framework.

Signed-off-by: Lukas Hanusovsky <[email protected]>
Copy link
Contributor

@stianst stianst left a comment

Choose a reason for hiding this comment

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

Actual configuration of the server shouldn't be externalized, that should live within Java code. There may be some configuration that should be externalized in the future, but not certain if that is needed or wanted at all.

For this issue all we want is the ability to configure what run mode that should be used for the server, and I'm thinking we probably want to go more in the direction of https://github.com/orgs/keycloak/projects/42?pane=issue&itemId=67817617 and https://github.com/orgs/keycloak/projects/42?pane=issue&itemId=63724099

@stianst
Copy link
Contributor

stianst commented Jun 21, 2024

We had some discussions around this topic when you where out, the output is #30608 and #30609

We basically want the ability configure some test framework things, like which supplier to use, and not actually configure the test server itself.

@lhanusov
Copy link
Contributor Author

lhanusov commented Jun 26, 2024

As @stianst mentioned it will be decomposed into those two issues assigned to @wojnarfilip and @ikhomyn, and I will focus on run mode stuff itself: #31109.

@lhanusov lhanusov closed this Jun 26, 2024
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.

Testsuite PoC - Ability to configure server run-mode within the JUnit5 framework

2 participants