tomdale / ember-cli-addon-tests

31 stars 18 forks source link

stopServer() never resolves with yarn #198

Open miguelcobain opened 5 years ago

miguelcobain commented 5 years ago

Spent the last two hours trying to make tests pass on travis with ember-cli-addon-tests addon.

Turned out that yarn test failed, but npm test passed. 🤦‍♂️

With yarn the app.stopServer() promise never resolves. Something in yarn is not letting us kill child processes (which is what stopServer does).

xg-wang commented 5 years ago

I have this issue on my mac after yarn 1.10.1 -> 1.12.3 and RHE7 1.9.4 -> 1.12.3