Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: skip irrelevant test on Windows #12261

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 6, 2017

Skip test-cluster-disconnect-handles on Windows.

Refs: #12197 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Skip test-cluster-disconnect-handles on Windows.

Refs: nodejs#12197 (comment)
@Trott Trott added the test Issues and PRs related to the tests. label Apr 6, 2017
@Trott Trott mentioned this pull request Apr 6, 2017
4 tasks
@Trott
Copy link
Member Author

Trott commented Apr 6, 2017

@Trott
Copy link
Member Author

Trott commented Apr 6, 2017

If CI is green, I would strongly advocate for landing this immediately. Needs an LGTM or two, though....

@jkrems
Copy link
Contributor

jkrems commented Apr 6, 2017

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).

@Trott
Copy link
Member Author

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.

@jkrems
Copy link
Contributor

jkrems commented Apr 6, 2017

Ah, missed that early return. Thanks for explaining! :)

@Trott
Copy link
Member Author

Trott commented Apr 6, 2017

CI is green. Landing.

@Trott
Copy link
Member Author

Trott commented Apr 6, 2017

Landed in a94a5da

@Trott Trott closed this Apr 6, 2017
Trott added a commit to Trott/io.js that referenced this pull request Apr 6, 2017
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>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Apr 10, 2017
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>
@italoacasas italoacasas mentioned this pull request Apr 10, 2017
2 tasks
MylesBorins pushed a commit that referenced this pull request Apr 18, 2017
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>
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
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>
@MylesBorins MylesBorins mentioned this pull request Apr 19, 2017
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
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>
@Trott Trott deleted the fix-ci branch January 13, 2022 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants