-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
test-tls-ticket-cluster.js is flaky #2510
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Mind adding the |
It looks like this test has stopped being flaky. It's possible some stuff has moved around on CI such that I'm not finding it, but I don't see any recent failures for it on win2008r2. Everything is from August. |
The test hasn't failed since August so the flaky designation can be removed. Ref: nodejs#2510
@Trott you want to be looking at the fanned job: https://ci.nodejs.org/job/node-test-binary-windows/ |
Yup. (Thanks, @jbergstroem.) |
I think #3510 will fix this. |
It is possible to cause a resource leak in SharedHandle if a worker is added after all other workers have been removed. This commit fixes the leak. Fixes: nodejs#2510
It is possible to cause a resource leak in SharedHandle if a worker is added after all other workers have been removed. This commit fixes the leak. Fixes: nodejs#2510 PR-URL: nodejs#3510
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: nodejs#2510 PR-URL: nodejs#3510 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: nodejs#2510 PR-URL: nodejs#3510 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@mscdex Yes, I believe it can be removed from the list of flaky tests. (And if I'm wrong about that, it will become apparent...) |
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: nodejs#2510 PR-URL: nodejs#3510 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: nodejs#2510 Refs: nodejs#2660
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: nodejs#2510 Refs: nodejs#2660 PR-URL: nodejs#5459 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: nodejs/node#2510 PR-URL: nodejs/node#5152 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Still flaky according to nodejs/reliability#640 |
Last time it has been marked as flaky 2023-11-09, more than 1 month ago. |
@indutny you should probably take this one since it's your test and fairly new. It's being quite flaky in builds, e.g.
from the V8 4.5 upgrade @ #2509 on Win 2008: https://jenkins-iojs.nodesource.com/job/node-test-commit-windows/258/nodes=win2008r2/console
from the libuv 1.7.1 update: #2310 (comment)
The text was updated successfully, but these errors were encountered: