zalando-incubator / docker-locust

Docker image for the Locust.io open source load testing tool
Other
204 stars 66 forks source link

Controller process should check for the desired amount of slaves to come up #56

Closed scherniavsky closed 6 years ago

scherniavsky commented 6 years ago

Currently in the AUTOMATIC mode the Controller waits for Master web UI to come up and then immediately starts the test. In order to support distributed environments (e.g. AWS) where instance spin up time may take several minutes, it should also wait for all Slaves to be connected to the Master, until certain time limit is reached.