pulumi/pkg/testing
Matt Ellis 8a6ffd08b2 Use crypto/rand when generating a stack suffix
math/rand uses a fixed seed, meaning that across runs the Kth call to
`rand.Int63()` will always return the same value.

Given that we want to provide a unique suffix across multiple
concurrent runs, this isn't the behavior we want.

I saw an instance fail in CI where all three legs ran the test
concurrently and they raced on creating the test stack, since they all
generated the same name.
2018-06-05 11:06:01 -07:00
..
integration Use crypto/rand when generating a stack suffix 2018-06-05 11:06:01 -07:00
environment.go Export GetCommandResults from Environment (#1436) 2018-06-05 08:34:06 -07:00