Olivia icon indicating copy to clipboard operation
Olivia copied to clipboard

Resolve consistent build failures due to listen port

Open Ianleeclark opened this issue 8 years ago • 1 comments

Right now whenever unit tests are ran, there's a high likelihood of at least one of the (6 total) tests failing, due to a port already being listened on. This is pretty agitating, having to continually run the tests, so I need to figure out a better way of running tests/choosing a port.

Ianleeclark avatar Aug 24 '16 19:08 Ianleeclark

Randomized ports are one thing, but I either have to rely on the travis CI config or check, at boot time, if we're in a test environment--this still relies on travis.

Ianleeclark avatar Aug 24 '16 21:08 Ianleeclark