-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Karma 0.12 hangs with and IE11 #952
Comments
@sylvain-hamel thanks for reporting this. It would be great if you can look into it a bit more. The changelog of all the changes is here. There was a significant refactoring in the launcher, I think that might have introduced some issue: |
Yep, I'll take a closer look. You can assign this issue to me if you want. |
I found the change that causes this new behavior: karma 0.10 does not call server.js (karma 0.10)
server.js - karma 0.12
node's More info on IE: When you launch
My understanding of the root cause:
I see 3 options to fix that:
x I think that option 2 is the best because it is the simplest and protects karam against future clients (browsers) that would keep connections to the karma server. What do you think? |
I agree with the suggestion of 2. My experience with |
We've been running with #973 for a week now. It works fine. However, each time our ci is triggered, a new extra process leaks out (as explained in a previous comment). After a few days, we start getting I really think #973 is valid and necessary (solution 2). However I'll also implement solution 3 in In the meantime, can you guys merge #973. |
After updating karma to 0.12, running tests on IE11 hangs. It works fine on IE10.
CTRL+Break
to stop it OR you can kill iexplorer.exeI'm willing to investigate. To get me started, do you any idea of what change from 0.10 to 0.12 could have caused this?
package.json
karma.conf.js
js/t.spec.js
The text was updated successfully, but these errors were encountered: