flagd and test containers #1796
Unanswered
joe-chambers
asked this question in
Q&A
Replies: 1 comment 3 replies
-
can you provide your configuration for the flagd provider? if you only expose the ports, they get randomly assigned to host ports - hence maybe this is causing the issue. We are using test containers also for testing the flagd provider in our e2e tests.
Seems like there is maybe also some other issue with the port listening check :) |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Has anyone gotten flagd to run with testcontainers (specifically with springboot) in Java?
My POM.xml ->
My declaration:
I always get the following error:
Not sure why it thinks the container has shutdown.
Beta Was this translation helpful? Give feedback.
All reactions