Uh oh!
There was an error while loading. Please reload this page.
test: tmpdir creation failures should fail tests - #1976
Conversation
rvagg
commented
Jun 15, 2015
yes yes, lgtm |
Trott
commented
Jun 15, 2015
Great! Unless someone else swoops in with an objection, I'll merge this Tuesday morning PDT (Tuesday afternoon UTC). |
Fishrock123
commented
Jun 15, 2015
LGTM |
Trott
commented
Jun 16, 2015
Can somebody kick this off in Jenkins? (It's sitting in https://github.com/Trott/io.js master branch if you want to use that.) I appear to have lost my Job/Build permission and can't do it anymore. (/cc @rvagg) |
Trott
commented
Jun 17, 2015
Maybe @Fishrock123 or @chrisdickinson can kick off a CI run for me on this? I seem to have had my CI privs revoked or something... |
jbergstroem
commented
Jun 17, 2015
CI here: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/26/ Not sure why you're getting permission issues. I'll have a look. |
jbergstroem
commented
Jun 17, 2015
@Trott can you rebase on latest master? Also, you're saying you are getting issues creating a job from this project? https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/ |
tmpdir creation only happens for tests that need it. So failure to refresh the temporary directory should result in a failed test. PR-URL: nodejs#1976 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
tmpdir creation only happens for tests that need it. So failure to refresh the temporary directory should result in a failed test.
Trott
commented
Jun 17, 2015
Rebased as requested. Yes, when I go to https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/, I no longer see "Build With Parameters" even though I'm logged in. And if I just go right to eh URL for building, I get the error in the screenshot above. |
jbergstroem
commented
Jun 17, 2015
CI here: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/27/ I'm no Jenkins wizard, but we'll figure the permissions issue out somehow. |
Trott
commented
Jun 17, 2015
Merged in 88c1831 |
rvagg
commented
Jun 17, 2015
I suspect this is a case sensitivity issue with Jenkins, try again now @Trott I've added you back in to the permissions matrix lower-case |
Trott
commented
Jun 17, 2015
@rvagg My permissions are back, so that appears to have done it. Thanks! |

tmpdir creation only happens for tests that need it. So failure to
refresh the temporary directory should result in a failed test.
CI: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/843/
/cc @rvagg who suggested it here and @Fishrock123 who suggested it here