pulumi/tests/integration/construct_component_provide...
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
nodejs test: Add failing test case for #12593 2023-04-13 18:12:18 -07:00
python test: Add failing test case for #12593 2023-04-13 18:12:18 -07:00
testcomponent-go test: Add failing test case for #12593 2023-04-13 18:12:18 -07:00