Justin Van Patten
Justin Van Patten
Thanks for raising this, @elruwen!
This looks specific to Azure Native so I'll transfer this over to that repo and someone will take a look soon.
data race in another set of lifecycle tests: ``` === Failed === FAIL: engine/lifecycletest TestDBRParallel/resB (1.56s) testing.go:1490: race detected during execution of test === FAIL: engine/lifecycletest TestDBRParallel/resA (1.60s) testing.go:1490: race...
For now, the workaround is to use a stack validation policy to check the parent.
There are no immediate plans to pick this up.
Thanks for the comment with these additional details. I believe this is a limitation with our closure serialization functionality with pnpm.
Hi @phutm, thanks for opening the issue and sorry for the trouble! Do you have any more details on the previous operation that was performed? That will help us track...
Hmm, from a cursory look it seems like we should be waiting on `dependsOn` passed to `.get` as we pass it as part of the ReadResourceRequest. Will have to dig...
The next version (v3.188.0) needs to be released first before this can be merged
In the meantime, we could add a `pulumi-plugin.json` in the module root for modules like `github.com/pulumi/pulumi-go-provider` with this: ```json { "resource": false } ``` Which indicates that this does not...