| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Skip test-cluster-disconnect-handles on Windows. Refs: nodejs#12197 (comment)
Sorry, something went wrong.
|
If CI is green, I would strongly advocate for landing this immediately. Needs an LGTM or two, though.... |
Sorry, something went wrong.
|
First of all: Sorry, should've looked more closely at the semantics of known_issues. Trying to understand this change - does this mean the test passes on non-Windows? Confused because I would expect it to fail (given that this cluster.setup uses a now invalid flag). |
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
Ah, missed that early return. Thanks for explaining! :) |
Sorry, something went wrong.
|
CI is green. Landing. |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
Skip test-cluster-disconnect-handles on Windows.
Refs: #12197 (comment)
Checklist
Affected core subsystem(s)
test