flatiron / union

A hybrid buffered / streaming middleware kernel backwards compatible with connect.

Home Page:http://github.com/flatiron/union

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

listening on hard-coded ports in tests considered harmful

opened this issue · comments

I already have a service running on :8080. The test suite fails because it tries to listen on that port. Don't do that.

Quick fix here. I've updated 8080 to 9090. @substack how would you handle this? I could use node-portfinder, but it seems like overkill.

My tests use random ports >10000 but portfinder sounds even better.