pulumi/tests/integration/construct_component_resourc...
Robbie McKinstry 73ff332f5e
Use os.tmpfile instead of creating our own.
The Node SDK creates a tmp file when packing programs, to house
the packed tarball. We previously used uuid to create our own
tmpfile with a random name. This commit uses os.tempfile instead.
The stdlib function os.tempfile is race safe, collision-proof, and
defaults to a tmp directory, which the OS is free to automatically
clean up in case Pulumi fails to.
2023-05-30 13:58:02 -04:00
..
go Use os.tmpfile instead of creating our own. 2023-05-30 13:58:02 -04:00
testcomponent-go test(go): Integration test for MLC options 2023-04-18 13:22:52 -07:00