sat-utils / sat-api

One API to search public satellites metadata on AWS
https://sat-api.developmentseed.org/search/stac
MIT License
177 stars 20 forks source link

Integration Tests ES Failure #226

Open wildintellect opened 4 years ago

wildintellect commented 4 years ago

Integration tests in api-lib are failing due to elasticsearch not being available. This is most likely due to changes in localstack, where elasticsearch is not started until a domain is created. Also localstack 0.11 now routes all aws ports to 4566, though older port specifications should still work.

Temporary fix, hardcode last known working localstack version in docker-compose.yml localstack/localstack:0.9.6