Cihangir BEŞİKTAŞ

Results 9 comments of Cihangir BEŞİKTAŞ

Removed residency since it is on another PR and made the tests pass. Could you approve and merge @timoreimann ?

What kind of test are you expecting?

This is still an issue as a provider is created for each version. I've upgraded provider-azure from version 0.15.0 to 0.17.0 and the result is having two providers for each...

I have updated the provider by changing the helm chart value. ``` $ cat crossplane-values.yaml provider: packages: - crossplane/provider-azure:v0.17.0 $ helm upgrade crossplane --install --namespace crossplane-system upbound-stable/universal-crossplane --devel --version v1.4.0-up.1...

Can you also update the version github.com/hashicorp/terraform/helper/schema, especially to be able to use schema.ResourceData.GetOkExists function

I try to resolve this test case, but the test is posting a json definition with `container.volumes.volume.external = {}` when there is no `external` in the definition that causes marathon...

--- FAIL: TestAccMarathonApp_basic (5.76s) testing.go:268: Step 0 error: Error applying: 1 error(s) occurred: * marathon_app.app-create-example: 1 error(s) occurred: * marathon_app.app-create-example: Marathon API error: Object is not valid (path: '/upgradeStrategy/maximumOverCapacity' errors:...

@kamsz but when I set the maximum over capacity to 0.0, I got the following error: --- FAIL: TestAccMarathonApp_basic (5.05s) testing.go:268: Step 0 error: Error applying: 1 error(s) occurred: *...

I found out that schema.ResourceData.GetOk function returns false when the value of a key is zero, but we need the zero value in /upgradeStrategy/maximumOverCapacity. There is another function schema.ResourceData.GetOkExists which...