snazy opened a new pull request, #4039: URL: https://github.com/apache/polaris/pull/4039
Integration tests using Quarkus versions before 3.32.4 somehow implicitly got the `quarkus.profile=it` setting. This seemed to be changed in 3.32.4, so that integration tests start with the `prod` (= default) profile, cauting integration tests to fail, because the necessary configurations are just not there. Looking at the [Quarkus config reference](https://quarkus.io/guides/config-reference#default-profiles), it seems that there is no `it` profile. Explicitly setting the config profile to `it`, although not sure why that changed in 3.32.4, seems safer anyways. -- 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]
