pulumi/sdk
Thomas Gummerer a66e366f75
langhost test: retry if the langhost is unavailable (#14843)
This test is racy, as the langhost can sometimes take a little bit too
long to be ready to accept connections successfully. Just retry a few
times in this case, to make sure it's ready to have the test run against
it.

I haven't been able to reliable reproduce the flakyness locally, so
there's no guarantee that this will actually do what it says
successfully. I think it's still worth a try and we can monitor CI to
verify if this fixed the issue, and revert this PR if the same issue
appears again.

Fixes https://github.com/pulumi/pulumi/issues/14841
2023-12-13 14:31:50 +00:00
..
go Fix fmt.Errorf from 16d9f4c167 (#14835) 2023-12-12 19:09:19 +00:00
nodejs langhost test: retry if the langhost is unavailable (#14843) 2023-12-13 14:31:50 +00:00
proto/go Pass root and main info to language host methods (#14654) 2023-12-10 17:30:51 +00:00
python Enable perfsprint linter (#14813) 2023-12-12 12:19:42 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update go.mod for pulumi/appdash (#14726) 2023-12-05 19:53:45 +00:00
go.sum Update go.mod for pulumi/appdash (#14726) 2023-12-05 19:53:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.