Replies: 2 comments 3 replies
-
/cc @geoand (devservices), @stuartwdouglas (devservices) |
Beta Was this translation helpful? Give feedback.
2 replies
-
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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