singhpk234 commented on PR #1495:
URL: https://github.com/apache/polaris/pull/1495#issuecomment-2839934645
Thank you @adutra !
For some reason when i disable dev.service it messes up my datasource
injection
for example replacing these confs with `quarkus.devservices.enabled=false`
in the exact same place makes my test fails
```
> Task :polaris-quarkus-admin:test
RelationalJdbcPurgeCommandTest > testPurge(LaunchResult) FAILED
org.opentest4j.AssertionFailedError at QuarkusMainTestExtension.java:291
The Agroal dependency is present but no JDBC datasources have been defined.
Failed to start application
java.lang.RuntimeException: Failed to start quarkus
```
Hence i didn't disable it rather found this conf work, and hence put out the
following pr to help any other user facing the issue. Need to dig this a bit
more.
--
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]