-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test-tls-ticket-cluster.js is flaky #2510
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 <[email protected]>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: #2510 PR-URL: #3510 Reviewed-By: Ben Noordhuis <[email protected]>
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 <[email protected]>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: #2510 PR-URL: #3510 Reviewed-By: Ben Noordhuis <[email protected]>
@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 <[email protected]>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: #2510 PR-URL: #5152 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
It is possible to cause a resource leak in SharedHandle. This commit fixes the leak. Fixes: #2510 PR-URL: #5152 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
`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 <[email protected]>
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: #2510 Refs: #2660 PR-URL: #5459 Reviewed-By: Colin Ihrig <[email protected]>
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: #2510 Refs: #2660 PR-URL: #5459 Reviewed-By: Colin Ihrig <[email protected]>
`test-tls-ticket-cluster` and `test-vm-syntax-error-stderr` are no longer flaky. Refs: #2510 Refs: #2660 PR-URL: #5459 Reviewed-By: Colin Ihrig <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
Still flaky according to nodejs/reliability#640 |
Last time it has been marked as flaky 2023-11-09, more than 1 month ago. |
Ensured connection end is initiated by worker (server) Fixes: #2510 PR-URL: #52431 Reviewed-By: Luigi Pinca <[email protected]>
Ensured connection end is initiated by worker (server) Fixes: #2510 PR-URL: #52431 Reviewed-By: Luigi Pinca <[email protected]>
Ensured connection end is initiated by worker (server) Fixes: #2510 PR-URL: #52431 Reviewed-By: Luigi Pinca <[email protected]>
@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: