pulumi/cmd/pulumi-test-language
Thomas Gummerer 927b7efef5
upgrade gocloud.dev take 2 (#15202)
Another attempt at upgrading gocloud.dev to the latest version. We've
identified and added tests for the issues that came up in the last
attempt to do the upgrade in https://github.com/pulumi/pulumi/pull/15161
and https://github.com/pulumi/pulumi/pull/15187.

The problem with the SAS key appears to have been fixed in gocloud.dev
0.36.0 (The previous upgrade tried 0.28.0), and I've added additional
fixes for the azure key vault problem during pulumi refresh in this PR.

This needs https://github.com/pulumi/pulumi/pull/15161 to be merged
first, but I wanted to open a PR in the meantime.

Fixes #15138
Fixes https://github.com/pulumi/pulumi/issues/14647
Fixes https://github.com/pulumi/pulumi/issues/13161
Fixes  https://github.com/pulumi/pulumi/issues/14431
Fixes https://github.com/pulumi/pulumi/issues/14541

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [x] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2024-01-26 13:14:17 +00:00
..
testdata Add matrix testing (#13705) 2023-09-13 15:17:46 +00:00
README.md Add matrix testing (#13705) 2023-09-13 15:17:46 +00:00
bad_provider.go Send old inputs to Delete (#14051) 2023-10-13 14:12:26 +00:00
go.mod upgrade gocloud.dev take 2 (#15202) 2024-01-26 13:14:17 +00:00
go.sum upgrade gocloud.dev take 2 (#15202) 2024-01-26 13:14:17 +00:00
interface.go [conformance tests] Fix run root and use program info everywhere (#15191) 2024-01-25 23:28:58 +00:00
interface_test.go Add matrix testing (#13705) 2023-09-13 15:17:46 +00:00
internal_test.go Add matrix testing (#13705) 2023-09-13 15:17:46 +00:00
l1empty_test.go [conformance tests] Fix run root and use program info everywhere (#15191) 2024-01-25 23:28:58 +00:00
l2resourcesimple_test.go [conformance tests] Fix run root and use program info everywhere (#15191) 2024-01-25 23:28:58 +00:00
main.go Add matrix testing (#13705) 2023-09-13 15:17:46 +00:00
simple_provider.go Send old inputs to Delete (#14051) 2023-10-13 14:12:26 +00:00
testing.go Use mapset in pulumi-test-language (#14738) 2023-12-04 20:49:34 +00:00
tests.go Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00

README.md

pulumi-language-test runs a gRPC interface that language plugins can use to run a suite of standard tests.