| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Maybe wrap the callback in common.mustCall(...)?
Sorry, something went wrong.
|
LGTM with a suggestion. Can you remove the console.log statements? |
Sorry, something went wrong.
There was a problem hiding this comment.
You can use common.isWindows here.
Sorry, something went wrong.
|
I agree about the console.log()s. They can be useful when a test fails and you're looking at the output, but two generic oks aren't very helpful. |
Sorry, something went wrong.
Instead of not running the dgram-bind-shared-ports on Windows, check that it gets ENOTSUP.
|
Per feedback from @bnoordhuis and @cjihrig:
New CI: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/71/ |
Sorry, something went wrong.
|
Yet another CI to confirm that the smartOS failure was a flaky test and not something in this PR: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/72/ |
Sorry, something went wrong.
|
Yea, this PR only changes a test, so unless test-dgram-bind-shared-ports.js fails, it's most likely unrelated. LGTM if the CI is happy. |
Sorry, something went wrong.
There was a problem hiding this comment.
1 is the default, you can just write it as worker1.on('error', common.mustCall(function(err) { (although it's not wrong this way.)
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Third time is the charm on the CI run. All green: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/73/ |
Sorry, something went wrong.
Instead of not running the dgram-bind-shared-ports on Windows, check that it gets ENOTSUP. PR-URL: #2035 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Instead of not running the dgram-bind-shared-ports on Windows, check that it gets ENOTSUP. PR-URL: nodejs#2035 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Instead of not running the dgram-bind-shared-ports
on Windows, check that it gets ENOTSUP.
CI: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/70/