load-test icon indicating copy to clipboard operation
load-test copied to clipboard

A load-test script & container for Sock Shop

Results 8 load-test issues
Sort by recently updated
recently updated
newest added

- Describe the expected behaviour and the actual behaviour ``` self.client.get("/login", headers={"Authorization":"Basic %s" % base64string}) ``` The codes of locustfile.py which simulates the login method to sock-shop seems not work...

When load testing a sock shop secured by HTTPS, there is no way to give the `https://` address as the script places the prefix `http://` on the host. As a...

Running the load test gives an `error: no such option: --num-request` message and exits. # Reproduction 1. Install locust as per instructions `pip install locustio` 2. Execute `runLocust.sh` with arguments...

While running load-tests, I see lot of error responses in front end logs - Order response: {"timestamp":1543518975262,"status":406,"error":"Not Acceptable","exception":"works.weave.socks.orders.controllers.OrdersController$PaymentDeclinedException","message":"Payment declined: amount exceeds 100.00","path":"/orders"} Order response: {"statusCode":406,"body":{"timestamp":1543519009697,"status":406,"error":"Not Acceptable","exception":"works.weave.socks.orders.controllers.OrdersController$PaymentDeclinedException","message":"Payment declined: amount exceeds 100.00","path":"/orders"},"headers":{"x-application-context":"orders:80","content-type":"application/json;charset=UTF-8","date":"Thu,...

By running the test via `./runLocust.sh -h localhost:30001 -r 100 -c 1`, we occasionally (not every time) got `POST /orders: "HTTPError(u'406 Client Error: Not Acceptable for url: http://localhost:30001/orders',)"` It is...

Deployed the sock-shop to a Kubernetes cluster in the usual way: ```kubectl apply -n sock-shop -f deploy/kubernetes/manifests``` Zipkin and the loadtest are returning the following errors: ``` namespace "zipkin" created...

bug

When running the load-test service with the default options (-d 60 -r 200 -c 2), I get good results in the user-sim log itself with just a few sporadic errors....

I'm seeing that the load-test is rather unstable. Especially when running a larger number of clients (say 20000 to make it fail faster). I think it's more an issue with...