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
5 stars 2 forks source link

Bucket- and Database-forward might be the same #152

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

Background

When assigning both ports. we call 2x find_free_port() here. It can happen that find_free_port() returns 2x the same port.

Acceptance Criteria

Change find_free_port() to:

def find_free_port(num_ports:int)  -> List[int]