aws-ia / cloudformation-dynatrace-resource-providers

Dynatrace CFN Registry resource
Apache License 2.0
6 stars 7 forks source link

Fix contract test for `Dynatracece::Environment::SyntheticMonitor` #3

Closed tbouron closed 1 year ago

tbouron commented 1 year ago

This resource is somehow unique. The read operation overupdate is eventually consistent. Most of the time, it returns the previous state after an update. So the solution is to look for the header server-timing and keep reading until the one returned by the read handler is higher than the one from the update handler.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.