pulumi/sdk/nodejs/tests/automation
Thomas Gummerer d70e95b1a7
make parallel test more likely to fail when there are problems (#15722)
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
2024-03-18 12:33:45 +00:00
..
data Update github.com/cloudflare/circl to v1.3.7 (#15151) 2024-01-16 08:59:57 +00:00
cmd.spec.ts Allow disabling version validation when using a custom PulumiCommand isntance (#15242) 2024-01-26 13:41:10 +00:00
localWorkspace.spec.ts make parallel test more likely to fail when there are problems (#15722) 2024-03-18 12:33:45 +00:00
remoteWorkspace.spec.ts Apply autoformat 2023-04-28 18:27:10 -04:00
util.ts use uuid instead of random number for test suffix (#14827) 2023-12-12 13:09:27 +00:00