Closed rlewkowicz closed 4 years ago
This line looks very suspicious :)
[2020-09-24 23:13:45,188] release-name-master-bbbfb6c79-jpm8z/INFO/locust.main: Starting Locust 0.9.0
Which Helm chart are you using @rlewkowicz?
I wrote one that is using locust version 1.2.3
, naturally I think it's better 😃 https://github.com/deliveryhero/helm-charts/tree/master/stable/locust
@cyberw This actually might be a bug of sorts still, maybe just unexpected behavior. I'm now on the latest, using the official images. What it ended up being is our isto routing policies. I'm not actually able to curl the target domain without it hanging. Thats easy enough to fix for me, but I'm guessing this uses something like requests under the hood so I wonder if thats just not timing out.
Master/slave communication is good, it spawns my users:
master mounts a config map:
from in the container, it looks good:
Just as a POC the goal was to do some simple testing on a mediawiki installation. It's just not really doing anything. No errors, no nothing. I'm not sure what I should be checking. I am running those containers as user 11 which is "operator" because of our root user policy but I don't see anything errors from that