Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel/test-vm-timeout-escape-promise-2 fails in actions #34163

Closed
richardlau opened this issue Jul 1, 2020 · 1 comment
Closed

parallel/test-vm-timeout-escape-promise-2 fails in actions #34163

richardlau opened this issue Jul 1, 2020 · 1 comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. windows Issues and PRs related to the Windows platform.

Comments

@richardlau
Copy link
Member

  • Test: parallel/test-vm-timeout-escape-promise-2
  • Platform: Windows
  • Console Output:
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.

Refs: #34123

@richardlau richardlau added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Jul 1, 2020
@addaleax addaleax added the windows Issues and PRs related to the Windows platform. label Jul 2, 2020
@richardlau
Copy link
Member Author

#34440 has removed Windows from the relevant workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

2 participants