fabio-rizzo-01 commented on code in PR #2505:
URL: https://github.com/apache/polaris/pull/2505#discussion_r2322430215
##########
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:
I know the property is in there but when I debugged the test that property
is gone, so I assumed the override was removing it, even though it shouldn't be
the case. Adding it back fixed the test on my machine.
--
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]