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

test environment for external db not working #263

Closed tomuben closed 1 year ago

tomuben commented 1 year ago

How to reproduce

  1. Start SpawnTestEnvironment with type external.
  2. test environment crashes

RCA

  1. IsDatabaseThread uses db container to check database status via exaplus
  2. The db container is not available when starting environment for external db

Solution

  1. Skip tests for startup when starting test environment for external db
  2. Add integration test for test environment with external db