kaliber5 / ember-fastboot-addon-tests

Addon testing support for Fastboot compatibility
MIT License
25 stars 9 forks source link

Attempts to bind to port already bound to #27

Closed jasonmit closed 5 years ago

jasonmit commented 5 years ago

Nothing particularly unique regarding our setup. I believe there is a bug in ember-fastboot-addon-tests or upstream where it's not properly cleaning up and tearing down any processes it forked.

Screen Shot 2019-03-15 at 1 31 17 PM

Repository which you can pull down if you want to reproduce: https://github.com/alexlafroscia/ember-steps

/cc @alexlafroscia

simonihmig commented 5 years ago

@jasonmit this has been resolved already?

jasonmit commented 5 years ago

No but rebooting killed off all the processes that were spawned and never properly cleaned up. Unsure how to reproduce this, so decided to close. Something to keep an eye our for though.