exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Detect port forwardings in case of reused docker-DB #358

Open ckunki opened 1 year ago

ckunki commented 1 year ago

ITDE currently supports CLI parameters to specify port forwardings for database, bucketfs, ssh.

When using ITDE to validate Exasol database in a Docker Container there a two options Option Docker Container strategy Port forwardings
O1 Spawn a new Docker Container ITDE applies port forwardings from CLI parameters
O2 Reuse an existing Docker Container (none)

For option O2 the current ticket therefore requests ITDE to detect the port forwardings of the existing container and reuse them, too.