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 data not populated if reuse_database_setup is set to true, but database not setup #120

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

Background

If exaslct is used with --reuse-test-environment, it sets the parameter reuse_database_setup=true. This causes PopulateEngineSmallTestDataToDatabase to jump over population of test data, even if the database was setup from scratch.

Acceptance Criteria

Test data must be populated, if database is setup from scratch, even if reuse_database_setup is set to true.