Skip to content

Commit

Permalink
test: move test-vm-break-on-sigint to sequential
Browse files Browse the repository at this point in the history
This PR moves `test-vm-break-on-sigint.js` to sequential, following the
other PRs I have made to move CPU intensive tests into sequential. The
test has already been tuned to do less iterations in a previous PR.
However it is still causing ~7% of build failures. The timeouts seem
highly correlated with other tests which spawn a bunch of threads also
failing, see for example the [first Jenkins failure][] and the [last
Jenkins failure][].

[first Jenkins failure]: https://ci.nodejs.org/job/node-test-pull-request/45756/
[last Jenkins failure]: https://ci.nodejs.org/job/node-test-pull-request/45837/

Refs: #44090
Refs: #43981
Refs: nodejs/reliability#337
PR-URL: #44140
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
  • Loading branch information
kvakil authored and ruyadorno committed Aug 22, 2022
1 parent e5113fa commit e17117d
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit e17117d

Please sign in to comment.