| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Wait for all the data to be available in stderr before checking its contents.
In FreeBSD this was failing because stderr data was being emitted in multiple chunks.
- 4 WARNINGS are printed instead of 2 for each sync call inside readFileSync.
require('fs') does not print any trace.
|
This test was failing in FreeBSD: ./out/Release/iojs test/parallel/test-sync-io-option.js
assert.js:88
throw new assert.AssertionError({
^
AssertionError: 0 == 2
at ChildProcess.<anonymous> (/usr/home/sgimeno/node/io.js/test/parallel/test-sync-io-option.js:33:16)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (child_process.js:1009:12)
|
Sorry, something went wrong.
|
CI: https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/690/ Centos5-32 is jenkins failing to connect to github for who knows why. |
Sorry, something went wrong.
|
Gah! What an idiotic oversight on my part. Thanks for getting the fix so promptly. LGTM. |
Sorry, something went wrong.
|
This also just popped up in one of my OSX runs. |
Sorry, something went wrong.
Wait for all the data to be available in stderr before checking its
contents. In FreeBSD this was failing because stderr data was being
emitted in multiple chunks. 4 WARNINGS are printed instead of 2 for
each sync call inside readFileSync. require('fs') does not print any
trace.
PR-URL: #1734
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
|
Thanks for the pull request! It has been landed in 8676319. |
Sorry, something went wrong.
Wait for all the data to be available in stderr before checking its
contents. In FreeBSD this was failing because stderr data was being
emitted in multiple chunks. 4 WARNINGS are printed instead of 2 for
each sync call inside readFileSync. require('fs') does not print any
trace.
PR-URL: nodejs/node#1734
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
| Back | FazBrowse Home | New Git URL |
In FreeBSD this was failing because stderr data was being emitted in multiple chunks.
require('fs') does not print any trace.