karol-brejna-i / docker-locust

Repository for docker images for locust.io
Apache License 2.0
28 stars 27 forks source link

Support for locust 1.2.3 #18

Closed gustavobgama closed 4 years ago

gustavobgama commented 4 years ago

Add support for locust 1.2.3.

karol-brejna-i commented 4 years ago

@gustavobgama Let's discuss the example placement. Initially, there was only one example (for versions 0.x). Then 1.x came with breaking changes so now there is 0.13.5 folder and 1.0.2 folder. Plus the one you suggested (1.2.3). I was thinking about having one example folder for each line, for example 0.x, 1.x, etc. What do you think?

karol-brejna-i commented 4 years ago

@gustavobgama, do you mind updating the README also (slave --> worker). See: https://github.com/karol-brejna-i/docker-locust/issues/17

gustavobgama commented 4 years ago

Hi @karol-brejna-i, I think it is a good idea to maintain only one example for each locust line. I'm going to remove the example I added and I can also update the README.

karol-brejna-i commented 4 years ago

I'll merge this PR in a few days (away from "real" computer, not able to test).

karol-brejna-i commented 4 years ago

Small problem with running the examples:


Starting 103_slave_1 ... done
Attaching to 103_slave_1, master
slave_1   | standard_init_linux.go:211: exec user process caused "no such file or directory"
master    | standard_init_linux.go:211: exec user process caused "no such file or directory"
103_slave_1 exited with code 1```

Investigating.