Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: add test for socket.end callback #24087
Conversation
nodejs-github-bot
added
the
test
label
Nov 4, 2018
Trott
reviewed
Nov 4, 2018
This comment has been minimized.
This comment has been minimized.
lpinca
approved these changes
Nov 5, 2018
This comment has been minimized.
This comment has been minimized.
|
LGTM but maybe it's redundant because it's probably already covered by |
This comment has been minimized.
This comment has been minimized.
|
@lpinca Thank you for your review. You're right. This test is the same as below However, I think this test will ensure that |
This comment has been minimized.
This comment has been minimized.
|
@lpinca By the way I looked at #19241 and just realized the need to consume socket data. https://nodejs.org/api/http.html#http_class_http_clientrequest
|
This comment has been minimized.
This comment has been minimized.
|
@Ajido that's how |
This comment has been minimized.
This comment has been minimized.
|
@lpinca Gotcha. Certainly it was explained already in |
This comment has been minimized.
This comment has been minimized.
|
Anyone else's approval? |
jasnell
approved these changes
Nov 10, 2018
This comment has been minimized.
This comment has been minimized.
|
@jasnell Thanks! CI jobs has failed in step not related to this PR. Can you please run CI again?
|
This comment has been minimized.
This comment has been minimized.
Trott
added
the
author ready
label
Nov 25, 2018
This comment has been minimized.
This comment has been minimized.
|
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/18969/ |
This comment has been minimized.
This comment has been minimized.
|
Landed in 628f955 |
Trott
closed this
Nov 28, 2018
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Nov 28, 2018
This comment has been minimized.
This comment has been minimized.
|
@Trott Many thanks! |
Ajido commentedNov 4, 2018
This test checks the callback of socket.end is called.
Refs: #23937
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes