ember-cli-addon-tests icon indicating copy to clipboard operation
ember-cli-addon-tests copied to clipboard

stopServer() never resolves with yarn

Open miguelcobain opened this issue 7 years ago • 1 comments
trafficstars

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).

miguelcobain avatar Nov 07 '18 04:11 miguelcobain

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

xg-wang avatar Nov 28 '18 00:11 xg-wang