FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: skip cluster-disconnect-race on Windows by gibfahn · Pull Request #5621 · nodejs/node · GitHub

/ node Public

test: skip cluster-disconnect-race on Windows - #5621

Closed
gibfahn wants to merge 1 commit into
nodejs:v0.12-stagingfrom
gibfahn:cluster-disconnect-race-v0.12
Closed

test: skip cluster-disconnect-race on Windows#5621
gibfahn wants to merge 1 commit into
nodejs:v0.12-stagingfrom
gibfahn:cluster-disconnect-race-v0.12

Conversation

gibfahn commented Mar 9, 2016

Copy link
Copy Markdown
Member
  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

Affected core subsystem(s)

test

Description of change

See issue #5603 .
Skips simple/cluster-disconnect-race on Windows. This was already done in #4457 for V4, but the fix is slightly different for v0.12.

@rvagg presumably process.platform === 'win32' covers 64bit as well as 32bit windows?

mscdex added cluster Issues and PRs related to the cluster subsystem. windows Issues and PRs related to the Windows platform. test Issues and PRs related to the tests. labels Mar 9, 2016

Copy link
Copy Markdown
Contributor

Yes, process.platfrom is 'win32' for all Windows version (see https://nodejs.org/api/process.html#process_process_platform).

Change LGTM.

CI run: https://ci.nodejs.org/job/node-test-pull-request/1895/

jasnell commented Mar 11, 2016

Copy link
Copy Markdown
Member

LGTM

gibfahn commented Mar 16, 2016

Copy link
Copy Markdown
Member Author

Okay, so the CI run had two failures, the first one seems to be a git connection error, and the second one is two test failures on Windows, test-dgram-multicast-multi-process.js and test-dns.js, which are presumably unrelated to this test.

Assuming those failures can be ignored, it looks like this PR is good to go.

jasnell pushed a commit that referenced this pull request Mar 16, 2016
PR-URL: #5621
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>

jasnell commented Mar 16, 2016

Copy link
Copy Markdown
Member

Landed in v0.12-staging in ab907eb

jasnell closed this Mar 16, 2016
jBarz pushed a commit to ibmruntimes/node that referenced this pull request Nov 4, 2016
PR-URL: nodejs/node#5621
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
gibfahn deleted the cluster-disconnect-race-v0.12 branch December 16, 2016 11:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster Issues and PRs related to the cluster subsystem. test Issues and PRs related to the tests. windows Issues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL