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

Add support for Exasol 7.1.10 #221

Closed kaklakariada closed 2 years ago

kaklakariada commented 2 years ago

For testing the Lua driver with the latest Exasol release (see https://github.com/exasol/exasol-driver-lua/issues/31) we need to update integration-test-docker-environment. Currently startup fails when using version 7.1.10:

  ./start-test-env spawn-test-environment --environment-name test \
    --docker-db-image-version 7.1.10 \
    --database-port-forward 8563 \
    --deactivate-database-setup

Error message:

FileNotFoundError: [Errno 2] No such file or directory: '/integration_test_docker_environment/exasol_integration_test_docker_environment/docker_db_config/7.1.10/init_db.sh'

See complete log at https://github.com/exasol/exasol-driver-lua/runs/6703785585?check_suite_focus=true