hammock-project/hammock

Have tests run independent

Closed this issue · 1 comments

When running test or verify it has a hardcoded ports which prevents it running twice on two different checkouts of the project.
Most annoying port are the 8080 and 8443 which are often already used by other application on developers workstation.

The current pr make all tests use random checked open server ports include for https.

The only exceptions are the dist-microprofiles test where wiremock run on 8765.
And moved http from 8080 on 8766 for now.
Would like to change those also in next pr.