-
This is usually stuff that needs to happen only once across before starting any clients/tasks
and once after all load test is complete.
I can use the quit event for the tear down i think.
Is th…
sarvi updated
3 years ago
-
### Describe the bug
Locust load test throws greenlet.GreenletExit exception on reaching test time limit while testing GRPC based services. To monkey patch GRPC with gevent I am using grpc's:
…
-
I am looking into to moving my multi-threaded python script to locust.
A simple explanation of what my script does is:
Create a thread per user
In each thread authenticates user and get auth co…
-
### Describe the bug
When running Locust distributed using the Web UI, after a while (about 20 minutes), the master seems to reset, and the web UI gets reset.
In the logs for the master ther…
ilons updated
3 years ago
-
Hi !
### Describe the bug
An out of memory error occurs with ZeroMQ trying to allocate a crazy amount of memory in decoded_allocator, sometime up to several petabytes. This might very well be a Z…
-
### Description of issue / feature request and actual behavior
It looks like hatch rate behavior highly depends on the number of slaves in Locust's distibuted mode.
As an example:
I'm runn…
-
-
You hit a segfault if you try to delete a producer in a process with more than one producer.
```
producer :.kfk.Producer enlist[`metadata.broker.list]!enlist `localhost:9012;
producer2:.kfk.Prod…
-
> Exploit failed [disconnected]: Errno::ECONNRESET Connection reset by peer
This is also the case when I try a physical machine.
_Originally posted by @a62rzn in https://github.com/rapid7/metasp…
-
### Is your feature request related to a problem? Please describe.
I would like to run a test for a specific amount of time `-t`. I'm also using `--reset-stats` to reset the stats when all locusts …