pulumi/pkg
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
..
apitype Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
backend Merge pull request #1453 from pulumi/retry-post 2018-06-04 11:32:19 -07:00
diag Add license headers 2018-05-22 15:02:47 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Add license headers 2018-05-22 15:02:47 -07:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Add license headers 2018-05-22 15:02:47 -07:00
resource Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
testing Use crypto/rand when generating a stack suffix 2018-06-05 11:06:01 -07:00
tokens Add license headers 2018-05-22 15:02:47 -07:00
tools Add license headers 2018-05-22 15:02:47 -07:00
util Send request body on retries 2018-06-03 01:33:50 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Allow overriding config location 2018-06-05 09:26:48 -07:00