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

Reimplement IsDatabaseReadyThread for external db #265

Open tomuben opened 1 year ago

tomuben commented 1 year ago

Background

Since the test container is optional, there is no secure way to execute exaplus or curl to check if db is up, currently done in class IsDatabaseReadyThread. We need to implement the same functionality using other mechanisms. One possibility would be to use:

Acceptance Criteria

Provide a mechanism to check if external db is started when starting test environment with external db.