| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Will it have impact on startup time? |
Sorry, something went wrong.
No not really. |
Sorry, something went wrong.
|
@thefourtheye only when the flag is enabled, otherwise we are looking at a few integer checks for preloaded_module_count |
Sorry, something went wrong.
Sorry, something went wrong.
|
Test is failing on smartos-14 (32 and 64bit): not ok 535 - test-preload.js
#
# assert.js:89
# throw new assert.AssertionError({
# ^
# AssertionError: '' == 'A\nhello\n'
# at ChildProcess.<anonymous> (/home/iojs/build/workspace/iojs+pr+other/nodes/smartos14-64/test/parallel/test-preload.js:78:10)
# at emitTwo (events.js:87:13)
# at ChildProcess.emit (events.js:172:7)
# at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
|
Sorry, something went wrong.
|
@Fishrock123 even without this patch it should never be empty... that is... concerning |
Sorry, something went wrong.
|
cc @nodejs/platform-solaris |
Sorry, something went wrong.
|
is there a person I can talk to about this, as I don't run SmartOS normally, and am completely lost as to how it could be empty/worked prior to this. |
Sorry, something went wrong.
|
cc @jbergstroem / @misterdjules again |
Sorry, something went wrong.
Sorry, something went wrong.
|
Seems fine to me. @bmeck how do you feel about just ignoring it on smartos? |
Sorry, something went wrong.
|
The commit message is too long and commit log has to be improved. |
Sorry, something went wrong.
There was a problem hiding this comment.
I think we'd prefer if you only const unmodified variables you add, but if you want to do these also I really don't mind.
Sorry, something went wrong.
|
LGTM otherwise, I'll just add some detail to the commit description if you don't. :) |
Sorry, something went wrong.
|
I can reproduce this fail but haven't had time to look into it. Would appreciate if @misterdjules had a moment. |
Sorry, something went wrong.
|
rebased. uses camelcase now. repro'd fail on smartos, trying to reduce it |
Sorry, something went wrong.
|
@nodejs/platform-solaris i am unsure how to test this exactly, but is closing stdin before it is fully drained dropping the content on smartos? |
Sorry, something went wrong.
|
ping @No9, perhaps you can lend an eye to this one since you're an Illumos user? |
Sorry, something went wrong.
|
If anyone else is using illumos/smartos and would like to help out reviewing that'd be great! |
Sorry, something went wrong.
|
also would love to additional people to @nodejs/platform-solaris if there are any |
Sorry, something went wrong.
|
@No9 would you be interested in being part of the small team of people that (in my case, at least tries to) debugs sunos stuff? |
Sorry, something went wrong.
|
@jbergstroem Thanks for asking |
Sorry, something went wrong.
|
added to @nodejs/platform-solaris, thanks @No9! |
Sorry, something went wrong.
This test fails on Solaris, see nodejs#2253
|
CI: https://ci.nodejs.org/job/node-test-pull-request/2582/ I'm also testing github statues here, see #6674 for more info but please ignore it as it may be incorrect. |
Sorry, something went wrong.
This test fails on Solaris, see the PR for discussion. PR-URL: nodejs#2253 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
Landed with some nits in 41a063f (Changed the Skip check to use common.isSunOS) CI ensuring the nits still work: https://ci.nodejs.org/job/node-test-commit-smartos/2435/ |
Sorry, something went wrong.
|
Hmm, just got this on my OS X === release test-preload ===
Path: parallel/test-preload
assert.js:90
throw new assert.AssertionError({
^
AssertionError: '' == 'A\nhello\n'
at ChildProcess.<anonymous> (/Users/Jeremiah/Documents/node/test/parallel/test-preload.js:86:10)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
Command: out/Release/node /Users/Jeremiah/Documents/node/test/parallel/test-preload.js
|
Sorry, something went wrong.
|
Passed here. Reproducible?
|
Sorry, something went wrong.
|
Strange, it happened as part of #6697, but I din't touch any of those parts of the test. I can't reproduce while looking the test either. |
Sorry, something went wrong.
|
Failed on AIX in last night's run as well #6716 |
Sorry, something went wrong.
|
This is starting to look like some sort of race condition |
Sorry, something went wrong.
|
@bmeck @Fishrock123 on AIX it looks like a consistent failure. If it helps I can give one or both of you access to run on that machine. |
Sorry, something went wrong.
|
We should also skip on AIX for now then, but we do need to investigate more. |
Sorry, something went wrong.
This test fails on Solaris, see the PR for discussion. PR-URL: #2253 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
@bmeck looks like there are some regressions here. Adding dont-land for now, but please feel free to open a PR against v4.x-staging if this should be packported |
Sorry, something went wrong.
|
@thealphanerd No, those are just the result of other issues. this should be fine if it lands with #6728 |
Sorry, something went wrong.
|
thanks @Fishrock123 will work on that later today |
Sorry, something went wrong.
Sorry, something went wrong.
|
indeed. It is not landing cleanly |
Sorry, something went wrong.
|
@thealphanerd backported against v4.5.0 (no staging exists right now?) on https://github.com/bmeck/node/tree/backport-2253 , still flaky it seems after running tests |
Sorry, something went wrong.
|
the staging is v4.x-staging If it is still flaky then perhaps we should just mark this don't land? |
Sorry, something went wrong.
|
@thealphanerd these are just adding tests for expected behavior, if we don't want to land it thats fine |
Sorry, something went wrong.
|
@bmeck if that is the case then we should land it. Would you be willing to open a PR? |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For consistency -r/--require should always preload modules; right now it works with normal startup, cluster, and eval; having preloading work with stdin and interactive mode would make this more consistent.