cloud-bulldozer / ocm-api-load

A set of load tests for OCM's clusters-service, based on vegeta.
Apache License 2.0
0 stars 8 forks source link

Request body is not allowed for the 'GET' method #16

Open kurtismullins opened 3 years ago

kurtismullins commented 3 years ago

During the test execution, the following output is logged:

Request body is not allowed for the 'GET' method

This is due to the following issue: https://github.com/tsenart/vegeta/issues/556 We should fix this upstream to reduce the noise. I believe the best place to fix this is in Vegeta, itself.

chentex commented 3 years ago

There is already an issue opened for that, thanks to @nimrodshn https://github.com/tsenart/vegeta/issues/556

chentex commented 3 years ago

Opened a PR in vegeta https://github.com/tsenart/vegeta/pull/564