ppalaga commented on code in PR #7715: URL: https://github.com/apache/camel-quarkus/pull/7715#discussion_r2330969514
########## integration-test-groups/jdbc/mysql/src/main/resources/application.properties: ########## @@ -21,5 +21,6 @@ quarkus.datasource.mysql.db-kind=mysql quarkus.datasource.mysql.jdbc.max-size=8 +quarkus.datasource.devservices.enabled=false Review Comment: Good point. Given that all tests passed, I'd assume, we do not rely on any of those DB dev services. I am seeing `<quarkus.datasource.mysql.devservices.enabled>false</quarkus.datasource.mysql.devservices.enabled>` in poms. I saw the dev container starting though. `quarkus.datasource.mysql.devservices.enabled` does not perhaps work? I do not have much time to dig deeper and I'd be thankful if you @jamesnetherton or somebody else could come up with some solution. Actually, I hit this issue when running the tests on a host exceeding dockerhub limits. Those default Quarkus dev containers seem to be pulled from there. So we should perhaps suggest Quarkus not to be pulling from there by default. -- 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]
