Uh oh!
There was an error while loading. Please reload this page.
test: skip irrelevant test on Windows - #12261
Conversation
Skip test-cluster-disconnect-handles on Windows. Refs: nodejs#12197 (comment)
Trott
commented
Apr 6, 2017
Trott
commented
Apr 6, 2017
If CI is green, I would strongly advocate for landing this immediately. Needs an LGTM or two, though.... |
hybrist
commented
Apr 6, 2017
First of all: Sorry, should've looked more closely at the semantics of |
Trott
commented
Apr 6, 2017
@jkrems This means that the test will be skipped. It won't run at all on Windows. The current version of the test has code that checks to see if it's running on Windows and, if so, exits, which means that it doesn't fail as expected. Yeah, it's confusing. |
hybrist
commented
Apr 6, 2017
Ah, missed that early return. Thanks for explaining! :) |
Trott
commented
Apr 6, 2017
CI is green. Landing. |
Trott
commented
Apr 6, 2017
Landed in a94a5da |
Skip test-cluster-disconnect-handles on Windows. PR-URL: nodejs#12261 Ref: nodejs#12197 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Skip test-cluster-disconnect-handles on Windows. PR-URL: nodejs#12261 Ref: nodejs#12197 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Skip test-cluster-disconnect-handles on Windows. PR-URL: #12261 Ref: #12197 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Skip test-cluster-disconnect-handles on Windows. PR-URL: #12261 Ref: #12197 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Skip test-cluster-disconnect-handles on Windows. PR-URL: nodejs/node#12261 Ref: nodejs/node#12197 (comment) Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Skip test-cluster-disconnect-handles on Windows.
Refs: #12197 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test