mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

travis test failures because of updated ES #237

Closed willkg closed 10 years ago

willkg commented 10 years ago

Travis is failing ElasticUtils runs because ElasticUtils is predominantly 0.90 and before and Travis is now using Elasticsearch 1.1:

http://blog.travis-ci.com/2014-04-28-upcoming-build-environment-updates/

ElasticUtils needs to support 0.90, so I think we want to pull down our own ES tarball, run it and test with that.

willkg commented 10 years ago

We want to test with Elasticsearch 0.90 and 1.0 so that we can make sure ElasticUtils works with both versions.

willkg commented 10 years ago

This was fixed in 096fb58.

willkg commented 10 years ago

Where "fixed" is defined as "I changed the travis configuration so we're downloading ES 0.90 and ES 1.0 and testing with those and not using the system ES that travis provides."