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

Add port, keys, user to DatabaseInfo with parent field ssh_info #343

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

See also comment https://github.com/exasol/integration-test-docker-environment/pull/339#discussion_r1222475847 AC

  1. DatabaseInfo contains SSH infos user, port, path to file containing the private key
  2. User is currently constantly set to root

Limitation

Path to file containing the private key is current not mounted in _testcontainer so _testcontainer currently will not be able to access database via SSH. As up to now _testcontainer does not access the database at all, mounting the key file is an optional feature that safely can be delayed.

ckunki commented 1 year ago

See also

ckunki commented 1 year ago

blocking issue #351 has been implemented and released with version 1.7.1 - removing label blocked:yes

ckunki commented 1 year ago

Fixed review findings, please review again.