Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BhandareArcha opened this issue Feb 24, 2016 · 0 comments
Open

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

BhandareArcha opened this issue Feb 24, 2016 · 0 comments

Comments

@BhandareArcha
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant