| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There is a race condition in async-hooks/test-tlswrap. This addresses it by waiting 5 more ticks if the client has not been destroyed yet. Fixes: nodejs#14404
Sorry, something went wrong.
|
CI stress test on master (should be red): https://ci.nodejs.org/job/node-stress-single-test/1436/nodes=osx1010/console CI stress test on this PR (should be green): https://ci.nodejs.org/job/node-stress-single-test/1437/nodes=osx1010/console |
Sorry, something went wrong.
There is a race condition in async-hooks/test-tlswrap. This addresses it by waiting 5 more ticks if the client has not been destroyed yet. PR-URL: nodejs#15744 Fixes: nodejs#14404 Reviewed-By: Refael Ackermann <refack@gmail.com>
There is a race condition in async-hooks/test-tlswrap. This addresses it by waiting 5 more ticks if the client has not been destroyed yet. PR-URL: nodejs/node#15744 Fixes: nodejs/node#14404 Reviewed-By: Refael Ackermann <refack@gmail.com>
| Back | FazBrowse Home | New Git URL |
There is a race condition in async-hooks/test-tlswrap. This addresses it
by waiting 5 more ticks if the client has not been destroyed yet.
Fixes: #14404
Checklist
Affected core subsystem(s)
test tls async_hooks