Skip to content

test: pipe_overlong_path fails on AIX #4231

Closed
@abmusse

Description

@abmusse
  • Version: Current v1.x branch
  • Platform: AIX

Discovered this failure while running the CI for a pull request:

Ref: #4229

https://ci.nodejs.org/job/libuv-test-commit-aix/nodes=aix72-ppc64/2279/console

not ok 199 - pipe_overlong_path
# exit code 393222
# Output from process `pipe_overlong_path`:
# Assertion failed in test/test-pipe-bind-error.c on line 175: `UV_EINVAL == uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)` (-22 == -86)

ASSERT_EQ(UV_EINVAL,

Looks like errno 86 maps to ENAMETOOLONG on AIX.

Looks like this passes as expected on IBM i:

ok 199 - pipe_overlong_path

https://ci.nodejs.org/job/libuv-test-commit-aix/nodes=aix72-ppc64/2279/console

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions