Skip to content

test: skip an ipv6 test on IBM i - #34209

Closed
dmabupt wants to merge 1 commit into
nodejs:masterfrom
dmabupt:ibmi_skip_a_ipv6_test
Closed

test: skip an ipv6 test on IBM i#34209
dmabupt wants to merge 1 commit into
nodejs:masterfrom
dmabupt:ibmi_skip_a_ipv6_test

Conversation

@dmabupt

Copy link
Copy Markdown
Contributor

Due to some unknown system configuration, the code socket_ipv6.bind(0, 111::1) does not throw the expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated.
To get the IBM i CI passing, skip it for now.

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 5, 2020
Due to some unknown system configuration, the code
`socket_ipv6.bind(0, 111::1)` does not throw the
expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated. To get the
IBM i CI passing, skip it for now.
@richardlau

Copy link
Copy Markdown
Member

Comment threadtest/parallel/parallel.status Outdated
@richardlaurichardlau added the ibm i Issues and PRs related to the IBM i platform. label Jul 6, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@richardlaurichardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 6, 2020
@richardlaurichardlau mentioned this pull request Jul 6, 2020
6 tasks
addaleax pushed a commit that referenced this pull request Jul 7, 2020
Due to some unknown system configuration, the code
`socket_ipv6.bind(0, 111::1)` does not throw the
expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated. To get the
IBM i CI passing, skip it for now.
PR-URL: #34209
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@addaleax

Copy link
Copy Markdown
Member

Landed in 7a84e2e

@addaleaxaddaleax closed this Jul 7, 2020
@dmabupt
dmabupt deleted the ibmi_skip_a_ipv6_test branch July 8, 2020 00:00
MylesBorins pushed a commit that referenced this pull request Jul 14, 2020
Due to some unknown system configuration, the code
`socket_ipv6.bind(0, 111::1)` does not throw the
expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated. To get the
IBM i CI passing, skip it for now.
PR-URL: #34209
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorinsMylesBorins mentioned this pull request Jul 14, 2020
MylesBorins pushed a commit that referenced this pull request Jul 16, 2020
Due to some unknown system configuration, the code
`socket_ipv6.bind(0, 111::1)` does not throw the
expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated. To get the
IBM i CI passing, skip it for now.
PR-URL: #34209
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Due to some unknown system configuration, the code
`socket_ipv6.bind(0, 111::1)` does not throw the
expected error EADDRNOTAVAIL on some IBM i systems.
This issue is still being investigated. To get the
IBM i CI passing, skip it for now.
PR-URL: #34209
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.ibm iIssues and PRs related to the IBM i platform.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dmabupt@richardlau@nodejs-github-bot@addaleax