-
Notifications
You must be signed in to change notification settings - Fork 11
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
CI Reliability 2022-08-05 #337
Comments
kvakil
added a commit
to kvakil/node
that referenced
this issue
Aug 5, 2022
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: nodejs#44090 Refs: nodejs#43981 Refs: nodejs/reliability#337
This was referenced Aug 5, 2022
nodejs-github-bot
pushed a commit
to nodejs/node
that referenced
this issue
Aug 7, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
danielleadams
pushed a commit
to nodejs/node
that referenced
this issue
Aug 16, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
ruyadorno
pushed a commit
to nodejs/node
that referenced
this issue
Aug 23, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this issue
Sep 5, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
Fyko
pushed a commit
to Fyko/node
that referenced
this issue
Sep 15, 2022
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: nodejs#44090 Refs: nodejs#43981 Refs: nodejs/reliability#337 PR-URL: nodejs#44140 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
juanarbol
pushed a commit
to nodejs/node
that referenced
this issue
Oct 10, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
juanarbol
pushed a commit
to nodejs/node
that referenced
this issue
Oct 11, 2022
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 <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Jan 3, 2023
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: nodejs/node#44090 Refs: nodejs/node#43981 Refs: nodejs/reliability#337 PR-URL: nodejs/node#44140 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Jan 3, 2023
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: nodejs/node#44090 Refs: nodejs/node#43981 Refs: nodejs/reliability#337 PR-URL: nodejs/node#44140 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: theanarkh <[email protected]> Reviewed-By: Feng Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Failures in node-test-pull-request/45748 to node-test-pull-request/45844 that failed more than 2 PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)Jenkins Failure
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
Git Failure
Build Failure
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ...
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Example
Error: Not supported
Example
fatal error: ld terminated with signal 9 [Killed]
Example
undefined
Unknown
Example
JSTest Failure
parallel/test-worker-fshandles-error-on-termination
Example
parallel/test-worker-fshandles-open-close-on-termination
Example
parallel/test-diagnostics-channel-net
Example
parallel/test-heapsnapshot-near-heap-limit-worker
Example
parallel/test-vm-break-on-sigint
Example
parallel/test-debugger-extract-function-name
Example
parallel/test-fs-stat-date
Example
parallel/test-crypto-secure-heap
Example
parallel/test-vm-timeout-escape-promise-2
Example
parallel/test-worker-heap-snapshot
Example
sequential/test-worker-prof
Example
Progress
Backing channel 'JNLP4-connect connection from ... is disconnected.
(7)ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ...
(4)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(2)Error: Not supported
(2)fatal error: ld terminated with signal 9 [Killed]
(2)Unknown
(16)parallel/test-worker-fshandles-error-on-termination
(8)parallel/test-worker-fshandles-open-close-on-termination
(8)parallel/test-diagnostics-channel-net
(5)parallel/test-heapsnapshot-near-heap-limit-worker
(5)parallel/test-vm-break-on-sigint
(5)parallel/test-debugger-extract-function-name
(3)parallel/test-fs-stat-date
(3)parallel/test-crypto-secure-heap
(2)parallel/test-vm-timeout-escape-promise-2
(2)parallel/test-worker-heap-snapshot
(2)sequential/test-worker-prof
(2)The text was updated successfully, but these errors were encountered: