Commit Graph

2 Commits

Author SHA1 Message Date
Zaid Ajaj f403bbb7b5
[go/conformance] Fix l2-resource-config conformance test ()
### Description

This PR fixes l2-resource-config conformance test in Go. The problem was
that we weren't emitting the version of the package as part the default
resource options unless we have `respectSchemaVersion: true` in the Go
language options in our test schemas. The fix is to emit the exact
version not only when `respectSchemaVersion: true` but also when the
package supports packing and the version is specified (as the case with
the conformance test providers)
2024-09-29 11:28:04 +00:00
Zaid Ajaj c2376aabf1
[go/conformance] Enable more Go conformance tests ()
More low hanging fruit, the following tests only needed to be enabled.
Running them one by one locally was green.

 - l2-target-up-with-new-dependency
 - l2-resource-alpha
 - l2-failed-create-continue-on-error
 - l2-engine-update-options

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2024-09-26 07:57:18 +00:00