Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added additional log based wait strategy
Starting with Keycloak 24.0, initial imports of realm data from a json files seem to take longer. This can lead to tests starting before the imported realm is properly initialized and subsequent errors. The current ForHTTP strategy does not seem to ensure proper realm initialization. Therefore this PR proposes an additional wait strategy based on the final log line "Running the server" indicating the finalization of the startup process.
- Loading branch information