mirror of https://github.com/pulumi/pulumi.git
d70e95b1a7
This test was flaky in https://github.com/pulumi/pulumi/issues/15239. However since it only flaked occasionally, we ignored this for a while, even though a test failure here actually indicated a deeper problem in grpc-js, which could even lead to stacks being completely destroyed (https://github.com/pulumi/pulumi/issues/15390). The flaky test and the stacks being destroyed had different symptoms, but it was the same root cause of a bug in grpc-js. Unfortunately the latter is hard to reproduce in a test, since it only happens very infrequently. However this test being flaky indicates deeper problems. Increase the amount of stacks we run through in parallel here to make it more likely that this test fails when there are actual errors, making it harder for us to ignore, and hopefully making it fail when we introduce any issues. Fixes https://github.com/pulumi/pulumi/issues/15390 |
||
---|---|---|
.. | ||
automation | ||
mockpackage | ||
runtime | ||
sxs_ts_test | ||
config.spec.ts | ||
constants.ts | ||
init.spec.ts | ||
iterable.spec.ts | ||
options.spec.ts | ||
output.spec.ts | ||
provider.spec.ts | ||
resource.spec.ts | ||
stackReference.spec.ts | ||
unwrap.spec.ts | ||
util.ts |