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

Restructure tests #124

Open tomuben opened 2 years ago

tomuben commented 2 years ago

Background

Some tests do not depend on the database version, but are executed for all different database versions. We can decrease costs if we execute them only once.

Acceptance Criteria

Split up tests into 2 different foders: One for tests which must run on different database versions, and one folder for all those tests which are independent of the database version, and adjust GH actions.

tkilias commented 1 year ago

blocked by https://github.com/exasol/integration-test-docker-environment/issues/91