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

Browser freezes after completing tests #126

Open
lolmaus opened this issue Mar 17, 2016 · 5 comments
Open

Browser freezes after completing tests #126

lolmaus opened this issue Mar 17, 2016 · 5 comments

Comments

@lolmaus
Copy link
Contributor

lolmaus commented Mar 17, 2016

Hi!

When test execution reaches 100%, browser tab freezes and test runner eventually times out with a negative result.

Removing ember-cli-blanket from package.json resolves the issue.

Package Version
ember-cli-blanket 0.9.1
blanket 5e94fc30
ember 2.4.2
ember-cli 2.4.2
ember-cli-mocha 0.10.1
mocha 2.4.5
Chrome 49.0.2623.87 (64-bit)
@lolmaus
Copy link
Contributor Author

lolmaus commented Mar 28, 2016

@sglanzer Can you please look into this one?

@sglanzer-deprecated
Copy link
Owner

I'm in a large hole for time currently, but I'd guess this is related to the request to write coverage - a scenario that should time out, but isn't. Do you have mirage or another server mocking tool installed by any chance?

Also, are there any useful console logs?

@jschilli
Copy link
Collaborator

jschilli commented Apr 1, 2016

@lolmaus console logging and watching the network tab will help diagnose this.

I'm working on a PR that will add error output on the ajax call to write coverage.

Without some additional info not much we can do here.

@jschilli
Copy link
Collaborator

jschilli commented Apr 1, 2016

@lolmaus #128 includes additional diagnostics. Any chance you could pull my branch in and run (in particular with the new cliOptions: { debugCLI: true... option and report back on browser console output?

@lolmaus
Copy link
Contributor Author

lolmaus commented Apr 1, 2016

@jschilli Thanks! I'll try to do all you suggested somewhere next week.

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

3 participants