Skip to content

Error while running test for strong-control-channel #40

Description

@BhandareArcha

If I run the test suite on a vm, tests pass.
But when I run the tests in a container (has nodejs, python, git, build essentials installed), get the following error in test-server.js.

_ # Subtest: test/test-server.js
# Subtest: pipe listen busy
ok 1 - errored
ok 2 - pipe closed
1..2
ok 1 - pipe listen busy # time=20.527ms

    # Subtest: tcp listen busy
    ok 1 - errored
    1..1
ok 2 - tcp listen busy # time=7.846ms

    # Subtest: receive error
    ok 1 - errored
    1..1
ok 3 - receive error # time=8.635ms

    # Subtest: respond error
    not ok 1 - Error: read EACCES
      ---
      at:
        file: util.js
        line: 837
        column: 11
        function: exports._errnoException
      code: EACCES
      errno: EACCES
      syscall: read

_

Excluding test-server.js from the test suite, runs the tests to success.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions