-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Question: Any idea why electron update in 2.1.4 broke Jenkins? #525
Comments
@antpaw Yeah, there are intermittent failures I haven't gotten to the bottom of. Have you had any luck? |
no I still have no idea, we are using jenkins and installed bunch of plugins to get electron working, and it still is, but with the newst version it just "hangs" without any errors or logs. no idea how to debug it. |
@rosshinkley hey, i've just checked the 2.5.0 version, it still hangs without any logs. the highest version it works for me is 2.1.3 |
@antpaw Do you have |
node version 4.2.6 just turned debugging on and saw this:
"...may not have electron installed correctly" but it doesn't exit the process |
Can you run it again with |
ah, thanks now its possible to see much more. I assume it fails every test very slowly or tries to recover over and over again.
|
I just hit this when working on the Circle tests to include multiple NodeJS versions. I had a sneaking suspicion you were missing libnotify. If you're on Ubuntu, installing |
That's what I though when I opened this issue! Thanks so much, I will try it tomorrow (gmt) |
This is just a question and not really an issue:
Have you experienced any troubles with CI integration, (I believe your using circleci) after updating to 2.1.4?
Thanks
The text was updated successfully, but these errors were encountered: