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

Improve error message #180

Closed Nicoretti closed 2 years ago

Nicoretti commented 2 years ago

All Submissions:

Fixes #17

Nicoretti commented 2 years ago

@tomuben , @tkilias

Imho the issue mentioned in #17 is just a special case of more general issues:

and on top of those, the complication that ideally less code is executed because the test, test-framework should be fast.

That's why I thought adding an additional component which can be executed when/if needed would be a good choice here. Currently It only checks for the special case (issue) which was reported in #17, but it can be extended in the future.

More details can be found here.