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

Provide clarity in upgrade path #2828

Closed
benjaminapetersen opened this issue Sep 13, 2017 · 3 comments
Closed

Provide clarity in upgrade path #2828

benjaminapetersen opened this issue Sep 13, 2017 · 3 comments

Comments

@benjaminapetersen
Copy link

I am currently working on updating an old toolchain, karma version 0.12.23 to 1.7.0 (or any fairly current version). I'm using the latest karma-chrome-launcher @ 2.0.0 and karma-firefox-laucher at 1.0.0 both before and after the upgrade. The problem is that after updating karma, the browsers stall out & communication fails. There is no other change, and its not clear what is causing the problem. The best error I get is:

13 09 2017 10:32:32.513:WARN [launcher]: Firefox have not captured in 60000 ms, killing.
13 09 2017 10:32:32.542:DEBUG [launcher]: Process Firefox exited with code 0
13 09 2017 10:32:32.543:DEBUG [temp-dir]: Cleaning temp dir /var/folders/bh/12345/T/karma-12345
13 09 2017 10:32:32.575:ERROR [launcher]: Firefox failed 2 times (timeout). Giving up.
13 09 2017 10:32:32.576:DEBUG [karma]: Run complete, exiting.
13 09 2017 10:32:32.576:DEBUG [launcher]: Disconnecting all browsers
Warning: Task "karma:unit" failed. Use --force to continue.

I'm working through the Changelog to see if there is anything that might provide a clue, but I'm skeptical this will be a productive route.

Any suggestions?
Thanks!

@benjaminapetersen
Copy link
Author

For those who might find this, so far I've found the best method is to delete your config file & start over 😄

@EzraBrooks
Copy link
Collaborator

If you'd like to contribute a guide on updating from early versions to more recent ones, I'd be happy to review a pull request if you can put one together from your experience upgrading (comparing your config files via git, etc)

@devoto13
Copy link
Collaborator

I think this issue is pretty obsolete by now, so I'm going to close it.

But feel free to open a new issue providing a minimal reproduction if you still experience issues with upgrading Karma to a newer version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants