Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stopServer() never resolves with yarn #198

Open
miguelcobain opened this issue Nov 7, 2018 · 1 comment
Open

stopServer() never resolves with yarn #198

miguelcobain opened this issue Nov 7, 2018 · 1 comment

Comments

@miguelcobain
Copy link

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
Copy link

xg-wang commented Nov 28, 2018

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 added a commit to xg-wang/ember-fetch that referenced this issue Dec 1, 2018
use npm run instead of yarn in travis to work around
tomdale/ember-cli-addon-tests#198
xg-wang added a commit to xg-wang/ember-fetch that referenced this issue Dec 3, 2018
use npm run instead of yarn in travis to work around
tomdale/ember-cli-addon-tests#198
xg-wang added a commit to xg-wang/ember-fetch that referenced this issue Dec 3, 2018
use npm run instead of yarn in travis to work around
tomdale/ember-cli-addon-tests#198
xg-wang added a commit to xg-wang/ember-fetch that referenced this issue Dec 3, 2018
use npm run instead of yarn in travis to work around
tomdale/ember-cli-addon-tests#198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants