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

Rename environment variable #378

Open ckunki opened 8 months ago

ckunki commented 8 months ago

ITDE sets a list of environment variables which are regarded part of ITDE's interface to its users. Ticket #329 shipped with release 2.0.0 refactored these variables into file eitde/lib/test_environment/shell_variables.py and also changed the prefix from ENVIRONMENT_ to ITDE_.

Unfortunately the release notes do not mention this change as breaking from a user's perspective.

Additionally the refactoring did fix the typo in the name of variable DATABASE_CONTAINER_VOLUMNE_NAME (extra "N" after VOLUM).

The current ticket proposes to fix this typo.

Optionally with adding a second environment variable (still including the typo) for backward compatibility.