pulumi/tests/integration/nodejs/oom
Julien b5423da173
Fix NodeJS OOM detection condition (#17045)
The condition had a single `=` in the string instead of a `==`.

This PR also ensures that stop scanning for errors when the process
ends, so we don’t wait for the scanning timeout in case the node process
crashes with another error.

Fixes https://github.com/pulumi/pulumi/issues/17040
2024-08-22 15:06:16 +00:00
..
Pulumi.yaml Detect possible OOM errors when nodejs crashes (#16700) 2024-07-23 16:10:43 +00:00
index.js Fix NodeJS OOM detection condition (#17045) 2024-08-22 15:06:16 +00:00
package.json Detect possible OOM errors when nodejs crashes (#16700) 2024-07-23 16:10:43 +00:00
tsconfig.json Detect possible OOM errors when nodejs crashes (#16700) 2024-07-23 16:10:43 +00:00