drachtio / drachtio-fsmrf

Drachtio freeswitch-based media resource function -- http://davehorton.github.io/drachtio-fsmrf
MIT License
48 stars 26 forks source link

Some tests failed due to "Error: Error: connect ECONNREFUSED 127.0.0.1:9071" #17

Open alishir opened 5 years ago

alishir commented 5 years ago

I just cloned drachtio-fsmrf. I run the npm install in the cloned directory and then I run the npm test. The docker network started properly but some of test failed due to "Error: Error: connect ECONNREFUSED 127.0.0.1:9071". Should I change any system setting in order to run tests properly?

davehorton commented 5 years ago

could you try pulling the latest drachtio/drachtio-freeswitch-mrf image and retrying?

docker rmi drachtio/drachtio-freeswitch-mrf:latest
docker pull drachtio/drachtio-freeswitch-mrf:latest
npm test

I have a feeling this might be the issue. Let me know the results