From 3e31e2d7edf960ee6501c937032216fa9d7b1aaa Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 7 Jun 2023 13:23:14 +0200 Subject: [PATCH 1/2] changed DB port --- doc/changes/changes_1.7.0.md | 1 + doc/user_guide/user_guide.rst | 2 +- docker_db_config_template/7.0.0/EXAConf | 4 ++-- docker_db_config_template/7.1.0/EXAConf | 4 ++-- docker_db_config_template/8.17.0/EXAConf | 4 ++-- exasol_integration_test_docker_environment/cli/cli.py | 2 +- .../docker_db_config/7.0.0/EXAConf | 4 ++-- .../docker_db_config/7.0.1/EXAConf | 4 ++-- .../docker_db_config/7.0.10/EXAConf | 4 ++-- .../docker_db_config/7.0.11/EXAConf | 4 ++-- .../docker_db_config/7.0.12/EXAConf | 4 ++-- .../docker_db_config/7.0.13/EXAConf | 4 ++-- .../docker_db_config/7.0.14/EXAConf | 4 ++-- .../docker_db_config/7.0.15/EXAConf | 4 ++-- .../docker_db_config/7.0.16/EXAConf | 4 ++-- .../docker_db_config/7.0.17/EXAConf | 4 ++-- .../docker_db_config/7.0.18/EXAConf | 4 ++-- .../docker_db_config/7.0.19/EXAConf | 4 ++-- .../docker_db_config/7.0.2/EXAConf | 4 ++-- .../docker_db_config/7.0.20/EXAConf | 4 ++-- .../docker_db_config/7.0.3/EXAConf | 4 ++-- .../docker_db_config/7.0.4/EXAConf | 4 ++-- .../docker_db_config/7.0.6/EXAConf | 4 ++-- .../docker_db_config/7.0.7/EXAConf | 4 ++-- .../docker_db_config/7.0.8/EXAConf | 4 ++-- .../docker_db_config/7.0.9/EXAConf | 4 ++-- .../docker_db_config/7.1.0/EXAConf | 4 ++-- .../docker_db_config/7.1.1/EXAConf | 4 ++-- .../docker_db_config/7.1.10/EXAConf | 4 ++-- .../docker_db_config/7.1.11/EXAConf | 4 ++-- .../docker_db_config/7.1.12/EXAConf | 4 ++-- .../docker_db_config/7.1.13/EXAConf | 4 ++-- .../docker_db_config/7.1.14/EXAConf | 4 ++-- .../docker_db_config/7.1.15/EXAConf | 4 ++-- .../docker_db_config/7.1.16/EXAConf | 4 ++-- .../docker_db_config/7.1.17/EXAConf | 4 ++-- .../docker_db_config/7.1.2/EXAConf | 4 ++-- .../docker_db_config/7.1.3/EXAConf | 4 ++-- .../docker_db_config/7.1.4/EXAConf | 4 ++-- .../docker_db_config/7.1.5/EXAConf | 4 ++-- .../docker_db_config/7.1.6/EXAConf | 4 ++-- .../docker_db_config/7.1.7/EXAConf | 4 ++-- .../docker_db_config/7.1.8/EXAConf | 4 ++-- .../docker_db_config/7.1.9/EXAConf | 4 ++-- .../docker_db_config/8.17.0/EXAConf | 4 ++-- .../lib/test_environment/spawn_test_database.py | 2 +- .../testing/exaslct_test_environment.py | 2 +- githooks/update_packaging.sh | 1 - pytest_itde/__init__.py | 2 +- test/integration/pytest_itde_test.py | 2 +- test/unit/pytest_plugin_itde_test.py | 8 ++++---- vagrant/Vagrantfile | 2 +- 52 files changed, 96 insertions(+), 96 deletions(-) diff --git a/doc/changes/changes_1.7.0.md b/doc/changes/changes_1.7.0.md index 048f470603..ea84c46cf5 100644 --- a/doc/changes/changes_1.7.0.md +++ b/doc/changes/changes_1.7.0.md @@ -28,3 +28,4 @@ If you need further versions, please open an issue. * #190: Added support for the Exasol 8.0 Docker-DB prerelease version * #326: Changed folder for SSH keys to `~/.cache/exasol/itde/` * #303: Added authorized_keys to Docker Container for SSH access +* #308: Changed DB port from 8888 to 8563 diff --git a/doc/user_guide/user_guide.rst b/doc/user_guide/user_guide.rst index d94c33d3c1..709348e8dc 100644 --- a/doc/user_guide/user_guide.rst +++ b/doc/user_guide/user_guide.rst @@ -240,7 +240,7 @@ The following config files are available: # Database IP in environment docker network export ENVIRONMENT_DATABASE_HOST=172.21.0.2 - export ENVIRONMENT_DATABASE_DB_PORT=8888 + export ENVIRONMENT_DATABASE_DB_PORT=8563 export ENVIRONMENT_DATABASE_BUCKETFS_PORT=6583 export ENVIRONMENT_DATABASE_CONTAINER_NAME=db_container_test export ENVIRONMENT_DATABASE_CONTAINER_NETWORK_ALIASES="exasol_test_database db_container_test" diff --git a/docker_db_config_template/7.0.0/EXAConf b/docker_db_config_template/7.0.0/EXAConf index 6a8376c050..249f0df472 100644 --- a/docker_db_config_template/7.0.0/EXAConf +++ b/docker_db_config_template/7.0.0/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/docker_db_config_template/7.1.0/EXAConf b/docker_db_config_template/7.1.0/EXAConf index d7f517ec77..935650ccab 100644 --- a/docker_db_config_template/7.1.0/EXAConf +++ b/docker_db_config_template/7.1.0/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/docker_db_config_template/8.17.0/EXAConf b/docker_db_config_template/8.17.0/EXAConf index 211b6c4a51..7be8791ba7 100644 --- a/docker_db_config_template/8.17.0/EXAConf +++ b/docker_db_config_template/8.17.0/EXAConf @@ -104,7 +104,7 @@ UUID = F0EA64D47F374A00B0530772981C559EE1C59086 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -158,7 +158,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/cli/cli.py b/exasol_integration_test_docker_environment/cli/cli.py index 5806cd2da4..c25036537e 100644 --- a/exasol_integration_test_docker_environment/cli/cli.py +++ b/exasol_integration_test_docker_environment/cli/cli.py @@ -17,7 +17,7 @@ def cli(): Spawn an ITDE test environment: $ itde spawn-test-environment --environment-name test \\ - --database-port-forward 8888 --bucketfs-port-forward 6666 \\ + --database-port-forward 8563 --bucketfs-port-forward 6666 \\ --docker-db-image-version 7.1.9 --db-mem-size 4GB """ pass diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.0/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.0/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.0/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.0/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.1/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.1/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.1/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.1/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.10/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.10/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.10/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.10/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.11/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.11/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.11/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.11/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.12/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.12/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.12/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.12/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.13/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.13/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.13/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.13/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.14/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.14/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.14/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.14/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.15/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.15/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.15/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.15/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.16/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.16/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.16/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.16/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.17/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.17/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.17/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.17/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.18/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.18/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.18/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.18/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.19/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.19/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.19/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.19/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.2/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.2/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.2/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.2/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.20/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.20/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.20/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.20/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.3/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.3/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.3/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.3/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.4/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.4/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.4/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.4/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.6/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.6/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.6/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.6/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.7/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.7/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.7/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.7/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.8/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.8/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.8/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.8/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.0.9/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.0.9/EXAConf index 6a8376c050..249f0df472 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.0.9/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.0.9/EXAConf @@ -74,7 +74,7 @@ UUID = A5F8F92113A34BA4B0A48D5397423BBA5CF95161 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -120,7 +120,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.0/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.0/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.0/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.0/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.1/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.1/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.1/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.1/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.10/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.10/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.10/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.10/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.11/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.11/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.11/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.11/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.12/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.12/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.12/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.12/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.13/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.13/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.13/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.13/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.14/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.14/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.14/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.14/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.15/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.15/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.15/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.15/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.16/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.16/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.16/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.16/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.17/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.17/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.17/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.17/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.2/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.2/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.2/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.2/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.3/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.3/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.3/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.3/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.4/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.4/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.4/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.4/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.5/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.5/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.5/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.5/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.6/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.6/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.6/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.6/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.7/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.7/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.7/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.7/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.8/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.8/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.8/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.8/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/7.1.9/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/7.1.9/EXAConf index d7f517ec77..935650ccab 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/7.1.9/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/7.1.9/EXAConf @@ -88,7 +88,7 @@ UUID = 02F4E2AF9C294CABA0A119A89AC60B44EC95D19C DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -134,7 +134,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/docker_db_config/8.17.0/EXAConf b/exasol_integration_test_docker_environment/docker_db_config/8.17.0/EXAConf index 211b6c4a51..7be8791ba7 100644 --- a/exasol_integration_test_docker_environment/docker_db_config/8.17.0/EXAConf +++ b/exasol_integration_test_docker_environment/docker_db_config/8.17.0/EXAConf @@ -104,7 +104,7 @@ UUID = F0EA64D47F374A00B0530772981C559EE1C59086 DockerVolume = n11 # Ports to be exposed (container : host) - ExposedPorts = 8888:8899, 6583:6594 + ExposedPorts = 8563:8899, 6583:6594 [[Disk : disk1]] Component = exastorage Devices = dev.1 @@ -158,7 +158,7 @@ Version = {{db_version}} # Memory size over all nodes (e. g. '1 TiB'). MemSize = {{ mem_size }} - Port = 8888 + Port = 8563 # User and group IDs that own this database (e. g. '1000:1005'). Owner = 500 : 500 # Comma-separated list of node IDs for this DB (put reserve nodes at the end, if any). diff --git a/exasol_integration_test_docker_environment/lib/test_environment/spawn_test_database.py b/exasol_integration_test_docker_environment/lib/test_environment/spawn_test_database.py index 0f831b3204..586e2fe761 100644 --- a/exasol_integration_test_docker_environment/lib/test_environment/spawn_test_database.py +++ b/exasol_integration_test_docker_environment/lib/test_environment/spawn_test_database.py @@ -34,7 +34,7 @@ BUCKETFS_PORT = "6583" -DB_PORT = "8888" +DB_PORT = "8563" CERTIFICATES_MOUNT_DIR = "/certificates" CERTIFICATES_DEFAULT_DIR = "/exa/etc/ssl/" diff --git a/exasol_integration_test_docker_environment/testing/exaslct_test_environment.py b/exasol_integration_test_docker_environment/testing/exaslct_test_environment.py index 31724d8585..1b3fc636de 100644 --- a/exasol_integration_test_docker_environment/testing/exaslct_test_environment.py +++ b/exasol_integration_test_docker_environment/testing/exaslct_test_environment.py @@ -172,7 +172,7 @@ def spawn_docker_test_environments(self, name: str, additional_parameter: List[s db_password=on_host_parameter.db_password, bucketfs_username=on_host_parameter.bucketfs_username, bucketfs_password=on_host_parameter.bucketfs_password, - database_port=8888, + database_port=8563, bucketfs_port=6583, environment_info=on_host_parameter.completed_process, completed_process=on_host_parameter.completed_process diff --git a/githooks/update_packaging.sh b/githooks/update_packaging.sh index 823167871b..5b952431f1 100644 --- a/githooks/update_packaging.sh +++ b/githooks/update_packaging.sh @@ -28,7 +28,6 @@ then rm -r "exasol_integration_test_docker_environment/docker_db_config" fi cp -rL docker_db_config_template exasol_integration_test_docker_environment/docker_db_config -echo -e "Generate setup.py ${grey}(pre-commit hook)${no_color}" if [ -d "dist" ] then rm -r "dist" diff --git a/pytest_itde/__init__.py b/pytest_itde/__init__.py index 1595bd5455..ce9a419124 100644 --- a/pytest_itde/__init__.py +++ b/pytest_itde/__init__.py @@ -18,7 +18,7 @@ { "name": "port", "type": int, - "default": 8888, + "default": 8563, "help_text": "Port on which the exasol db is listening", }, { diff --git a/test/integration/pytest_itde_test.py b/test/integration/pytest_itde_test.py index 6e4f4e63ab..cd7322152b 100644 --- a/test/integration/pytest_itde_test.py +++ b/test/integration/pytest_itde_test.py @@ -47,7 +47,7 @@ def test_itde_smoke_test(make_test_files, pytester, files): """ def test_default_settings_of_exasol(exasol_config): assert exasol_config.host == 'localhost' - assert exasol_config.port == 8888 + assert exasol_config.port == 8563 assert exasol_config.username == 'SYS' assert exasol_config.password == 'exasol' """ diff --git a/test/unit/pytest_plugin_itde_test.py b/test/unit/pytest_plugin_itde_test.py index 0509fff066..5789bb4132 100644 --- a/test/unit/pytest_plugin_itde_test.py +++ b/test/unit/pytest_plugin_itde_test.py @@ -87,7 +87,7 @@ def test_test_schema_parser(definition, expected): { "name": "port", "type": int, - "default": 8888, + "default": 8563, "help_text": "Port on which the exasol db is listening", }, { @@ -155,7 +155,7 @@ def test_option_group_prefix_property(group, expected): prefix="exasol", name="port", type=int, - default=8888, + default=8563, help_text="Port on which the exasol db is listening", ), Option( @@ -235,8 +235,8 @@ def __init__(self, **kwargs): ), ), {"DB_PORT": "7777"}, - PyTestArgs(db_port=8888), - {"port": 8888}, + PyTestArgs(db_port=8563), + {"port": 8563}, ), ), ) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 5121ab5246..caf482eade 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -1,7 +1,7 @@ Vagrant.configure("2") do |config| config.vm.box = "generic/ubuntu2004" config.vm.hostname = "integration-test-docker-environment" - config.vm.network :forwarded_port, guest: 8888, host: 8888 + config.vm.network :forwarded_port, guest: 8563, host: 8563 config.vm.network :forwarded_port, guest: 6666, host: 6666 config.vm.synced_folder ".", "/home/vagrant/vagrant", type: "rsync", rsync__exclude: ".git/" config.vm.synced_folder "..", "/home/vagrant/project", type: "rsync", rsync__exclude: ".git/", rsync__args: ["--verbose", "--archive", "-z", "--links"], rsync__verbose: true From 251d75b3916e3822fd553a12505cd42a52fb787d Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 7 Jun 2023 13:46:42 +0200 Subject: [PATCH 2/2] [run all tests] --- doc/changes/changes_1.7.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes/changes_1.7.0.md b/doc/changes/changes_1.7.0.md index ea84c46cf5..aea62bca04 100644 --- a/doc/changes/changes_1.7.0.md +++ b/doc/changes/changes_1.7.0.md @@ -29,3 +29,4 @@ If you need further versions, please open an issue. * #326: Changed folder for SSH keys to `~/.cache/exasol/itde/` * #303: Added authorized_keys to Docker Container for SSH access * #308: Changed DB port from 8888 to 8563 +