rabbitmq / workloads

Continuous validation of RabbitMQ workloads
Apache License 2.0
24 stars 15 forks source link

Need JQ added to pre-req #23

Closed agregory999 closed 4 years ago

agregory999 commented 4 years ago

From a fresh Ubuntu VM I needed to install JQ as it wasn't there by default.

michaelklishin commented 4 years ago

@agregory999 what is being requested here? If it's a doc update you are welcome to submit a PR.

MarcialRosales commented 4 years ago

@agregory999 are you referring to the work done under resiliency/resilient-spring-cloud-stream? If so, this commit solves it. Please check it out: https://github.com/rabbitmq/workloads/commit/b89f449fc183d33835d7ece57c6c8e763d1e79a5

It states it in the Readme and also the scripts that uses curl and/or jq checks that both commands are installed.