| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The commit should target the test: subsystem rather than net:. |
Sorry, something went wrong.
There was a problem hiding this comment.
Nit: Instead of using the serverCloseEventCalled boolean, use common.mustCall() on the close callback.
Sorry, something went wrong.
There was a problem hiding this comment.
const here please
Sorry, something went wrong.
|
LGTM if CI is green. Few nits tho. |
Sorry, something went wrong.
Sorry, something went wrong.
|
@jasnell This is a test that needs a bugfix. It is intended to fail. It should not land until there is a bug fix (assuming this is a bug and not expected behavior being misconstrued as a bug, but it looks like a genuine bug to me). Technically, I guess this shouldn't be a pull request and should instead be put in #5083. But the folks reporting this have done such a great job tracking down everything relevant to their bug report that I'm not inclined to complain. Anyway, with that context, I guess we can look at the all-red CI as a win. (Well, except the lint warning which says that assert is defined but not used.) |
Sorry, something went wrong.
|
For a bug fix, restoring the server property on socket fixes this particular test. This can be done by removing lines (381 and 382) in TLSSocket.prototype._init of _tls_wrap.js: if (socket && socket.server === this.server)
socket.server = null;However these two tests will not pass:
|
Sorry, something went wrong.
|
Also, yep the goal with opening as a PR is to have CI run and having the failing tests (so we can fix). We can put a WIP on this if that's necessary. |
Sorry, something went wrong.
|
Bug fix found, all tests passing locally. |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI looks good. (Just one known flaky test that should be fixed when #5154 lands.) LGTM but sign-off from someone who has spent some quality time with _tls_wrap.js would probably be good. Maybe one or more of @bnoordhuis @indutny @shigeki @mscdex ? |
Sorry, something went wrong.
|
Sorry, just found this after proposing #5262 . Please let me know if you still want to pursue this PR's approach. |
Sorry, something went wrong.
Sorry, something went wrong.
|
I ran the test included in this PR with the fix in #5262 and everything passed, perhaps we should include this test also. |
Sorry, something went wrong.
|
@braydonf sounds like a good idea, may I ask you to strip all other changes from this PR then? |
Sorry, something went wrong.
|
Okay rebased with only the test included. Made a backup of the branch with other changes, for reference. |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI is green except one unrelated failure. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Landing. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
PR-URL: #5106 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: #5106 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
|
This test is failing in v4.x-staging 😭 |
Sorry, something went wrong.
|
@thealphanerd I think this test depends on 7885b1d so if that didn't land on v4.x-staging, that might explain it. |
Sorry, something went wrong.
|
7885b1d just landed and this is now landing cleanly. Thank you as always for your swift and accurate response |
Sorry, something went wrong.
PR-URL: #5106 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: #5106 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
PR-URL: #5106 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
| Back | FazBrowse Home | New Git URL |
Closes: #5083