exasol / exasol-testcontainers

Test container for Exasol on Docker
MIT License
9 stars 2 forks source link

Read directory for temporary credentials from file .testcontainers.properties #212

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

Rationale

Sometimes a developer is working on multiple projects in parallel, e.g. bucketfs-client and bucketfs-java. When ETC creates the temporary credentials in subfolder target of the resp. project source tree then each project has its own credentials, in consequence containers are different and docker will not reuse them but start a separate instance.

Sample entry

temporary.credentials.directory=/home/chku/.testcontainer-temporary-credentials
ckunki commented 1 year ago

Feedback from discussion with @redcatbear :

ckunki commented 1 year ago

Closing the current ticket.