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

CI timeouts during installation #44

Open
jayvdb opened this issue Jun 23, 2017 · 7 comments
Open

CI timeouts during installation #44

jayvdb opened this issue Jun 23, 2017 · 7 comments

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Jun 23, 2017

As the installation can take quite a while, it would be useful to emit some progress indicators during the process so that CI doesnt fail because it hasnt seen any output.

coala is seeing lots of timeout failures due to this problem: https://circleci.com/gh/jayvdb/coala-bears

(But this is aggravated by a bug in our Circle CI (coala/coala-bears#1863) , but fixing that doesnt entirely resolve this issue.)

@jayvdb
Copy link
Collaborator Author

jayvdb commented Jun 24, 2017

Also occurring on Appveyor, which appears to not have a timeout. https://ci.appveyor.com/project/coala/coala-bears/build/1.0.6907

@myint
Copy link
Owner

myint commented Jun 24, 2017

There is a progress percentage printed out, but maybe it doesn't notice it. Or maybe pip is hiding it.

Travis CI does notice the output. But sometimes, the download just takes an hour for some reason:

https://travis-ci.org/myint/language-check/jobs/246270573#L156

@jayvdb
Copy link
Collaborator Author

jayvdb commented Jun 24, 2017

Ah I see, yes pip was hiding it in most of these cases. Maybe there is a pip flag required to prevent that.

@jayvdb
Copy link
Collaborator Author

jayvdb commented Jun 26, 2017

I believe this feature of pip 9 is the cause of the problem : pypa/pip#3858

(edit: no, that aint it :/)

@sils
Copy link
Contributor

sils commented Jul 16, 2017

But sometimes, the download just takes an hour for some reason

Is that a problem with the infrastructure of languagetool.org maybe? Alternative could be to put that stuff on GitHub.

@Makman2
Copy link

Makman2 commented Aug 28, 2017

Is there a possibility to cache language-check and necessary data?

@jxmorris12
Copy link

Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python.

My version supports new versions of Java and LanguageTool. language-check is stuck on Java 8 and LanguageTool 3.2; latest versions are Java 14 and LanguageTool 4.9!

I'm happy to help you with your issue if you raise it over at my repository! Thanks!

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

5 participants