pelias / schema

elasticsearch schema files and tooling
MIT License
40 stars 74 forks source link

add a way to run integration tests locally + dockerized, for macs! #464

Closed blackmad closed 4 years ago

blackmad commented 4 years ago

I was having trouble running the integration tests on a mac so I added this.

missinglink commented 4 years ago

I'm also on mac, what issue were you having when running the tests?

I usually just run this in one terminal window: https://github.com/pelias/schema#running-elasticsearch-in-docker-for-testing-purposes

And then this in another terminal: https://github.com/pelias/schema#running-integration-tests

blackmad commented 4 years ago

that elastic docker image doesn't have icu installed

orangejulius commented 4 years ago

We use Pelias Elasticsearch docker images to solve that problem (and others). They come from within the pelias/docker project if you want to build a new version.