pulumi/sdk
Thomas Gummerer 039fa8bb6f
language_test: allow more characters in the log before truncating (#16213)
We initially introduced this limit for log messages in
https://github.com/pulumi/pulumi/pull/16117. However I've since realized
that these log messages also include useful stacktraces (when the
program being tested throws an exception), which are a bit longer.

The intention here is really to avoid *really* long messages, so
increase the maximum message size a little to still avoid those, but
allow us to see more of the stacktrace that should hopefully be useful
for debugging.

The number is mostly still based on a guesstimate of what's useful, but
it's easy to tweak if we need to tweak it further.
2024-05-16 15:37:27 +00:00
..
go Add Paramaterize to provider interface (#16174) 2024-05-15 16:22:39 +00:00
nodejs language_test: allow more characters in the log before truncating (#16213) 2024-05-16 15:37:27 +00:00
proto/go Add Paramaterize to provider interface (#16174) 2024-05-15 16:22:39 +00:00
python language_test: allow more characters in the log before truncating (#16213) 2024-05-16 15:37:27 +00:00
.version Freeze v3.116.1 (#16196) 2024-05-15 07:20:27 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.