Replies: 2 comments 2 replies
-
/cc @geoand (devservices), @stuartwdouglas (devservices) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Just gave it a try with running on the host network ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When starting an integration test for testing an image artifact, both the app and the devservice container will be put inside a docker network. While the app exposes it's ports on the host, the devservice (Pulsar in my case) is not accessible.
For my tests, I need to access the devservice, both to set up parts of the test environment, and to send and receive test messages.
How do I access a devservice running inside a docker network form the integration test?
For context, I'm running the app with
./mvnw clean verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent
Beta Was this translation helpful? Give feedback.
All reactions