Patrik Ragnarsson

Results 301 comments of Patrik Ragnarsson

Nice! What is the tool you used? This will be an excellent test for https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/257 once finished

What's the problem with running the tests? The fixtures should be in the repo already

Should not be need. The README has instructions.

Would be great to make those all those sleeps in go-api configurable. We have a plan to import go-api into this repository. Maybe we should to do that before continuing...

> The order in which terraform does requests has clearlly changed It would be good to fully understand this (what changed in Terraform?)

> Plugins and community plugins both tests takes 20 s each, due to sleeps. We could make this configurable for users, and use it ourselves in the tests? (could be...

Should be possible to try without re-recording?

I see, when recording with a very small sleep value, there will be many requests made, not optimal. Nice with the comment for that. Could possible be configured via `ENV`?...

How did you solve that? Did you add a queue by hand before recording?

> Async operation, so the initial create of the webhook will return "correct" value. Sounds good enough for this PR?