adutra commented on code in PR #2505:
URL: https://github.com/apache/polaris/pull/2505#discussion_r2322247900
##########
runtime/test-common/src/main/java/org/apache/polaris/test/commons/keycloak/KeycloakProfile.java:
##########
@@ -27,6 +27,8 @@ public class KeycloakProfile implements QuarkusTestProfile {
@Override
public Map<String, String> getConfigOverrides() {
return Map.of(
+ "quarkus.http.test-port",
Review Comment:
This property is already set here:
https://github.com/apache/polaris/blob/0c790e0ad48d69d97033bdde08d3bf4bb415210f/runtime/defaults/src/main/resources/application.properties#L56
I'm not sure adding it here will solve the original issue tbh.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]