microservices-demo / load-test

A load-test script & container for Sock Shop
Apache License 2.0
50 stars 137 forks source link

406 Client Error: Not Acceptable for url:...../orders #19

Open sagittariuslee opened 6 years ago

sagittariuslee commented 6 years ago

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 occasional, not every time... Could anyone point out how to fix this?