You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test some changes @schuay, @hashseed, and I have been working on for block coverage, and I noticed some regressions on this branch with relation to coverage handling:
in internal/process/coverage.js, coverageDirectory is now undefined when entering the writeCoverage method; this suggests that writeCoverage is perhaps happening in a different threads than before?
if I go ahead and initialize coverageDirectory, coverageConnection.dispatch appears to hang indefinitely.
Not sure if this is due to upstream changes in v8, or downstream changes in Node.js.
The text was updated successfully, but these errors were encountered:
I'm trying to test some changes @schuay, @hashseed, and I have been working on for block coverage, and I noticed some regressions on this branch with relation to coverage handling:
in
internal/process/coverage.js
,coverageDirectory
is nowundefined
when entering thewriteCoverage
method; this suggests thatwriteCoverage
is perhaps happening in a different threads than before?if I go ahead and initialize
coverageDirectory
,coverageConnection.dispatch
appears to hang indefinitely.Not sure if this is due to upstream changes in v8, or downstream changes in
Node.js
.The text was updated successfully, but these errors were encountered: