Tobias Brodén

Results 40 comments of Tobias Brodén

Looks better now with go.mod/go.sum.

> I get this error: > > `dotenv -f .env go test -v ./cloudamqp/` > ... Hmm, mine TestAccIntegrationLog_Basic test passes. Running `TF_ACC=1 dotenv -f .env go test -v ./cloudamqp/`...

@dentarg, @magnushoerberg after earlier discussion, all tests are active in the CI workflow. Also went over refactoring the sanitize of sensitive API key/token data (used by log & metrics integrations),...

> > 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...

Yeah, while re-recording and without filter. We still have requests made between sleep, this halved the time playing the test. Used old recorded cassette with lower sleep in replay, lowered...

> Could possible be configured via `ENV`? Good point. > Can we do something about TestAccVpcConnect_Azure_Basic? Takes 10s Will check.

New basic test (create and import) for webhook resource, it has been updated in the provider. In order to test updating the webhook resource, the queue must exists. Otherwise the...

Async operation, so the initial create of the webhook will return "correct" value. Then update the status once all concurrent tries have been failing. While doing the update, this is...

Never did a deep dive into the webhook application. Looks like we have an issue in the API handling.

> > Async operation, so the initial create of the webhook will return "correct" value. > > Sounds good enough for this PR? Yes I would say so, similar to...