lake-lerna / hydra

A Scale Testing infra using Mesos and marathon
Apache License 2.0
13 stars 8 forks source link

Appserver is not closing cleanly #18

Open sushilks opened 8 years ago

sushilks commented 8 years ago

If the test is invoked multiple times from the same process, the previous appserver is still bound to the port and the next iteration fails. It may be that the port is unusable for some time or the previous bind is still in effect. need to make the appserver port to be random as a solution, or figure out why the port is not allowing bind the second time.