You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: