Skip to content

test: exclude no_interleaved_stdio test for AIX - #9772

Closed
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:exclude_interleaved_stdio
Closed

test: exclude no_interleaved_stdio test for AIX#9772
mhdawson wants to merge 1 commit into
nodejs:masterfrom
mhdawson:exclude_interleaved_stdio

Conversation

@mhdawson

@mhdawsonmhdawson commented Nov 23, 2016

Copy link
Copy Markdown
Member
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.

Fixes: #9765

pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
nodejs#7973.
Excluding this additional test until we can
resolve the python issue.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Nov 23, 2016
@mhdawsonmhdawson self-assigned this Nov 23, 2016
@mhdawson

Copy link
Copy Markdown
MemberAuthor

@nodejs/platform-aix

@mscdexmscdex added the aix Issues and PRs related to the AIX platform. label Nov 23, 2016
@sam-github

Copy link
Copy Markdown
Contributor

LGTM

@gibfahn

Copy link
Copy Markdown
Member

@mhdawson Worth including a link to the issue (I think it's #9765) ?

@mhdawson

Copy link
Copy Markdown
MemberAuthor

@gibfahn it is #9765, already in the description. Will include when I land the PR as part of the fixes.

@mhdawson

Copy link
Copy Markdown
MemberAuthor

@mhdawson

Copy link
Copy Markdown
MemberAuthor

Landed as d214959

mhdawson added a commit that referenced this pull request Nov 25, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.
Fixes#9765
PR-URL: #9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
addaleax pushed a commit that referenced this pull request Dec 5, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.
Fixes#9765
PR-URL: #9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@Fishrock123Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
nodejs#7973.
Excluding this additional test until we can
resolve the python issue.
Fixesnodejs#9765
PR-URL: nodejs#9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.
Fixes#9765
PR-URL: #9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.
Fixes#9765
PR-URL: #9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
pseudo-tty/no_interleaved_stdio has hung a few times
in the last couple of days on AIX. We believe
it is not a Node.js issue but an issue with python
on AIX. Its being investigated under:
#7973.
Excluding this additional test until we can
resolve the python issue.
Fixes#9765
PR-URL: #9772
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
This was referenced Dec 21, 2016
@mhdawson
mhdawson deleted the exclude_interleaved_stdio branch March 15, 2017 21:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aixIssues and PRs related to the AIX platform.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AIX: hang on pseudo-tty/no_interleaved_stdio

7 participants

@mhdawson@sam-github@gibfahn@mscdex@MylesBorins@addaleax@nodejs-github-bot