Uh oh!
There was an error while loading. Please reload this page.
test: skip when openssl CLI doesn't exist - #11095
Conversation
sam-github
left a comment
There was a problem hiding this comment.
commit message is ungrammatical, change to
test: check openssl-cli exists
or
test: skip when openssl CLI doesn't exist
@sam-github I changed the commit message |
hiroppy
commented
Feb 2, 2017
@abouthiroppy |
hiroppy
commented
Feb 2, 2017
@sotayamashita I think these failures are not caused by code🙃 CC @nodejs/testing |
gibfahn
commented
Feb 2, 2017
@sotayamashita those look like infrastructure problems. |
sotayamashita
commented
Feb 2, 2017
@gibfahn Thanks. |
sotayamashita
commented
Feb 2, 2017
@sam-github I changed the commit message. Is it ok ? |
joaocgreis
commented
Feb 2, 2017
Aborted CI, only |
mhdawson
commented
Feb 3, 2017
One more attempt at CI run: https://ci.nodejs.org/job/node-test-pull-request/6205/ |
addaleax
left a comment
There was a problem hiding this comment.
One more CI attempt: https://ci.nodejs.org/job/node-test-commit/7674/
jasnell
commented
Feb 7, 2017
New CI since there's some red in that last run: https://ci.nodejs.org/job/node-test-pull-request/6273/ |
gibfahn
commented
Feb 8, 2017
Sorry, didn't see this before. Only collaborators have the access to run jobs in the Jenkins CI (ci.nodejs.org). Someone should run the CI for you when you submit the PR, if they don't you can comment asking for it to be run. As long as you've followed CONTRIBUTING.md and run Once CI has been run, you can click on the link and see the results, if there are any failures that seem related to changes you made you can investigate (but they could also just be infrastructure issues). In general if you're not sure about something, you can always ask. |
jasnell
commented
Feb 11, 2017
sam-github
commented
Feb 13, 2017
Landed in 5ffb7d7 |
PR-URL: #11095 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
PR-URL: nodejs#11095 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
jasnell
commented
Mar 7, 2017
needs a backport PR to land on v4 or v6 |
sotayamashita
commented
Mar 8, 2017
@jasnell I would like to implement but I don not know hot to do it. Is there document ? |
jasnell
commented
Mar 8, 2017
The process is fairly simple. To backport for v6, for instance, create a working branch off the Then cherry-pick the commit that landed in master You will see that there are a number of conflicts to be resolved. Make the necessary changes to fix those conflicts, then complete the cherry-pick using: Push the branch to your fork on Github and open a new PR against Make sure to run |
sotayamashita
commented
Mar 8, 2017
@jasnell Thank you very much. I really appreciate your thoughtfulness. |
Backport-PR-URL: #12173 PR-URL: #11095 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Backport-PR-URL: #12173 PR-URL: #11095 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Backport-PR-URL: nodejs/node#12173 PR-URL: nodejs/node#11095 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test
I fixed#9509.