pulumi/tests/integration/resource_refs_get_resource/go
Thomas Gummerer c3d5f39799
wait for resource output registration to be done in test (#16897)
This test is racy because resource output registration is currently racy
(see also https://github.com/pulumi/pulumi/issues/16896). While this
race is not fixed, we at least want the test to not be racy. To do that,
we can make the test wait until the resource output registration is
done, before going on with the rest of the test.

Fixes https://github.com/pulumi/pulumi/issues/16536
2024-08-07 10:07:55 +00:00
..
Pulumi.yaml Add tests to ensure `pulumi:pulumi:getResource` keeps resource refs 2022-12-16 15:38:46 -05:00
go.mod Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
go.sum Bump the go_modules group across 24 directories with 1 update (#15685) 2024-03-14 07:52:34 +00:00
main.go wait for resource output registration to be done in test (#16897) 2024-08-07 10:07:55 +00:00