exasol / exasol-test-setup-abstraction-server

REST-API for exasol-test-setup-abstraction-java that allow using it from different languages
MIT License
2 stars 0 forks source link

Allow getting host IP #38

Open kaklakariada opened 1 year ago

kaklakariada commented 1 year ago

When using exasol-test-setup-abstraction-server in integration tests where we need to access the Exasol database from another docker container, the connection info object returns exasolContainer.getHost() as host which usually is localhost. This name however won't work when trying to access Exasol from another docker container. In this case the exasolContainer.getHostIp() might be more helpful.

AC

Workaround

Use hard-coded IP address 172.17.0.1.

redcatbear commented 4 months ago

@kaklakariada, please add custom fields, especially estimation.