mirror of https://github.com/pulumi/pulumi.git
4be05ab4d2
The property map in the results list is not necessarily ordered. Instead of making sure that we have an equal object for the prune, let's just check if the elements match, since that's what we care about. This fixes some flakyness because of map ordering. Note that we don't need to do the same for snap.Resources, and it's better that way, because we care about the ordering of the resources in the snapshot. Fixes https://github.com/pulumi/pulumi/issues/17476 cc @lunaris |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.