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.
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
_
Excluding test-server.js from the test suite, runs the tests to success.