Closed artplan1 closed 6 years ago
I tried to run tests locally, but didn't have elasticsearch started as service
This fix adds running elasticsearch on tests run
It uses elasticsearch installed in system, but starts new test cluster
more info here: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-extensions#testcluster
Also fixes this flaky error on CI:
Elasticsearch::Transport::Transport::Errors::NotFound: [404] {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such
I tried to run tests locally, but didn't have elasticsearch started as service
This fix adds running elasticsearch on tests run
It uses elasticsearch installed in system, but starts new test cluster
more info here: https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-extensions#testcluster
Also fixes this flaky error on CI: