pulumi/tests
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 Relax stack name requirements (#1381) 2018-05-29 13:52:11 -07:00
main_test.go Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
new_test.go Add optional --dir flag to pulumi new (#1459) 2018-06-04 13:33:58 -07:00
stack_test.go Use crypto/rand when generating a stack suffix 2018-06-05 11:06:01 -07:00