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

Test Integration tests against Elasticsearch 2.x on Travis #139

Closed
orangejulius opened this issue Jun 30, 2016 · 1 comment · Fixed by #158
Closed

Test Integration tests against Elasticsearch 2.x on Travis #139

orangejulius opened this issue Jun 30, 2016 · 1 comment · Fixed by #158
Assignees

Comments

@orangejulius
Copy link
Member

orangejulius commented Jun 30, 2016

This will require some work to figure out how to do it, but I'm sure it can be done.

@orangejulius
Copy link
Member Author

So, one solution to this problem would be to use the standard virtual machine builds on Travis which allow use of sudo, and thus allow us to install whatever ES version we'd like.

On the other hand, they take longer to spin up, slowing down test running. So ideally, we can use something else. The beta "trusty" environment may support a newer version of Elasticsearch, and if that's the case we should definitely use it over setting sudo: true.

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

Successfully merging a pull request may close this issue.

2 participants