benchmark: readStart only after completion#12258
Conversation
|
@refack It is strange: Windows 7 x64. |
|
failure was because the #12261 issue/fix |
which node version? |
|
@refack I have flaky results with almost all versions: 4.8.2: OK / hung after all tests When it hangs, there are 2 node processes. When I type Ctrl+c, one process is aborted. second remains and I can't even kill it via process manager (Access Denied). I've run recently almost all Node benchmarks and had no such problem with any. Can anybody reproduce? |
Windows 7 SP1 x64? |
Yep. |
|
@vsemozhetbyt try this trick: rename the |
|
@refack Yes, I've already have a set of renamed Nodes and do usualy use procmon) 1: Total Commander with nodes. |
|
@vsemozhetbyt ups for the setup 🙆 I can't repro... |
|
"MpsSvc, WSearch, WinDefend" — not found / disabled) Well, I think we can ignore this my issue as too flaky. Thank you again for fixing! |
Maybe a good restart... |
e5c731b to
f9ae053
Compare
fixes nodejs#11972 PR-URL: nodejs#12258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
|
|
@refack Please, don't forget about commit message guidelines :) |
|
This command may support you when you want to check the commit message :) |
I'll need to find a way to hook it into git for myself, in just the right conditions. |
|
Landed fbe946b on v6.x, LMK if this is incorrect. |
|
🤔 it's a bug fix in |




fix #11972
On windows apparently it's meaningful to call
readStartonly after connection completion.(makes sense on POSIX as well, and causes no regressions)
Checklist
Affected core subsystem(s)
benchmarks