-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
test: remove unnecessary strictEqual() argument from remoteClose() #20343
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
Conversation
|
Another CI-rerun for node-test-commit-windows-fanned https://ci.nodejs.org/job/node-test-commit-windows-fanned/17709/ |
|
Landed in aa18e22 Congratulations @dayloryanes on your first commit in Node.js core! 🎉 🎉 🎉 |
PR-URL: #20343 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #20343 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
|
Landed is merged. we don't use the big green button to merge for a number of reasons. This will go out in an upcoming 10.x |
|
Thank you @jasnell for the clarification. |
PR-URL: #20343 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
On the
remoteClose()test, removing the string literal message on the third argument fromassert.strictEqual(), allows for the value of agent.freeSockets[name] to get printed.make -j4 test(UNIX), orvcbuild test(Windows) passescc: @Trott