-
Task
-
Resolution: Done
-
Major
-
None
The various OidcBaseTest subclasses seem to be prone to setup failures in their KeycloakAndSystemPropertySetup setup methods, e.g.:
These fail in OidcBaseTest.setRealmCreationRequest, which at a glance seems to get called immediately after the KeycloakContainer starts.
Under the theory that this is a matter of a small race, e.g. KeycloakContainer.start() returns before the Keycloak process is completely ready, let's try making this more robust by continuing to try for a period of time before failing.
If this doesn't work it will be a sign that something more serious is wrong.