You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our test inside docker container (with test DB in a different container) work on 2.0.0.Final they don´t work in 2.0.1.Final
I believe DevServices is jumping because of something: It does not pick up that we are really using a Database from another container. Not sure if it´s because we use profiles or what´s the reason.
I´ve tried to use quarkus.datasource.devservices.enabled=false to disable the behaviour, but it didn´t work. Same error hapenning.
io.quarkus.datasource.deployment.devservices.DevServicesDatasourceProcessor#launchDatabases threw an exception: java.lang.IllegalStateException: Please configure the datasource URL for the default datasource or ensure the Docker daemon is up and running.
Describe the bug
Our test inside docker container (with test DB in a different container) work on 2.0.0.Final they don´t work in 2.0.1.Final
I believe DevServices is jumping because of something: It does not pick up that we are really using a Database from another container. Not sure if it´s because we use profiles or what´s the reason.
I´ve tried to use
quarkus.datasource.devservices.enabled=false
to disable the behaviour, but it didn´t work. Same error hapenning.Expected behavior
Tests to run
Actual behavior
In 2.0.1.Final, they don´t run inside docker.
To Reproduce
We are running our tests inside docker with
and
Configuration
we have the following variables configured to point to that DB.
Screenshots
Environment
Output of
java -version
JDK11
GraalVM version (if different from Java)
Not used
Quarkus version or git rev
2.0.1.Final (not happening on 2.0.0Final)
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradlew 6.8.3
The text was updated successfully, but these errors were encountered: