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
Unfortunately container.getMappedPort() works only after starting containers. Test classes logic relies on fetching the port number before starting container, so in my opinion current implementation is justified.
How to expose ports:
https://www.testcontainers.org/features/networking/#exposing-container-ports-to-the-host
Where to fix:
envoy-control/envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/config/consul/ConsulContainer.kt
Line 30 in b74ba3c
The text was updated successfully, but these errors were encountered: