2020-06-30T22:48:11.9767342Z not ok 2512 parallel/test-vm-timeout-escape-promise-2
2020-06-30T22:48:11.9767449Z ---
2020-06-30T22:48:11.9767545Z duration_ms: 0.204
2020-06-30T22:48:11.9767826Z severity: fail
2020-06-30T22:48:11.9767930Z exitcode: 1
2020-06-30T22:48:11.9768018Z stack: |-
2020-06-30T22:48:11.9768141Z d:\a\node\node\test\common\index.js:605
2020-06-30T22:48:11.9768450Z const crashOnUnhandledRejection = (err) => { throw err; };
2020-06-30T22:48:11.9768601Z ^
2020-06-30T22:48:11.9768942Z
2020-06-30T22:48:11.9769055Z Error: escaped timeout at 100 milliseconds!
2020-06-30T22:48:11.9769375Z at loop (d:\a\node\node\test\parallel\test-vm-timeout-escape-promise-2.js:20:13)
2020-06-30T22:48:11.9769519Z at evalmachine.<anonymous>:1:30
2020-06-30T22:48:11.9769791Z at Script.runInContext (vm.js:142:18)
2020-06-30T22:48:11.9769911Z at Script.runInNewContext (vm.js:147:17)
2020-06-30T22:48:11.9770033Z at Object.runInNewContext (vm.js:308:38)
2020-06-30T22:48:11.9770177Z at assert.throws.code (d:\a\node\node\test\parallel\test-vm-timeout-escape-promise-2.js:27:6)
2020-06-30T22:48:11.9770388Z at getActual (assert.js:686:5)
2020-06-30T22:48:11.9770918Z at Function.throws (assert.js:826:24)
2020-06-30T22:48:11.9771065Z at Object.<anonymous> (d:\a\node\node\test\parallel\test-vm-timeout-escape-promise-2.js:26:8)
2020-06-30T22:48:11.9771204Z at Module._compile (internal/modules/cjs/loader.js:1217:30)
2020-06-30T22:48:11.9771317Z ...
When the "Build from tarball" action fails on Windows, it appears that the failing test is parallel/test-vm-timeout-escape-promise-2. I don't recall this test failing in our Jenkins CI and our non-tarball Build Windows action doesn't run tests.
https://github.com/nodejs/node/runs/824235888
https://github.com/nodejs/node/runs/824320598
https://github.com/nodejs/node/runs/827020547
When the "Build from tarball" action fails on Windows, it appears that the failing test is
parallel/test-vm-timeout-escape-promise-2. I don't recall this test failing in our Jenkins CI and our non-tarball Build Windows action doesn't run tests.Refs: #34123