Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

--run-docker mode hangs waiting for rabbitmq #177

Open
jprestel-rue opened this issue Jan 5, 2018 · 1 comment
Open

--run-docker mode hangs waiting for rabbitmq #177

jprestel-rue opened this issue Jan 5, 2018 · 1 comment

Comments

@jprestel-rue
Copy link

Tried running with the --run-docker flag and it seems to hang forever waiting for the queue to get ready:

{"status":"Pull complete","progressDetail":{},"id":"1e37a15bd7aa"}
{"status":"Digest: sha256:c3b0fbde40f2cf6847221bc156fa6c748eba6e6fbac200bcd52cf663f42eee16"}
{"status":"Status: Downloaded newer image for rabbitmq:3"}
Waiting for queue to get ready........................

Somewhat frustratingly, I was also unable to kill it with ctrl-C. Had to do a kill -9.

In any case, here's the command I ran:

./goad --run-docker -n 1000 -c 50 -t 10 -s 1 --region us-east-1 -m GET https://www.google.com/

Relevant details:

  • goad version: 2.0.4
  • platform: OS X 10.11.6
  • docker version: Docker version 17.12.0-ce-rc3, build 80c8033
@nicosingh
Copy link

I had the same issue 😕 and seeing there's no answer since January I did this workaround to make it work on my mac using Vagrant (and Virtualbox):

https://git.io/fAKoO

It's obvious it is not the best solution (create a VM to run docker 🙃), but at least I got goad working on my mac without using AWS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants