quiet-addition-42622
11/16/2021, 2:18 AMpulumi.RequireSecret()
and pulumi.Unsecret()
functions. The tests pass, but fail with the data race flag set because of <http://github.com/pulumi/pulumi/sdk/v3/go/pulumi.(*OutputState).fulfillValue()|github.com/pulumi/pulumi/sdk/v3/go/pulumi.(*OutputState).fulfillValue()>
assigning values to the *pulumi.OutputState
, even though each sub test has its own context and values. Here is the code I’m trying to test and the associated unit tests for it.microscopic-florist-22719
quiet-addition-42622
11/16/2021, 5:51 PMmicroscopic-florist-22719
quiet-addition-42622
11/16/2021, 6:20 PM