artsy / bearden

A simple database of organizations
MIT License
3 stars 8 forks source link

@jonallured: ensure elasticsearch is up before running tests #320

Closed cavvia closed 7 years ago

cavvia commented 7 years ago

There's currently no guarantee the Elasticsearch process is running when we start the test suite, leading to occasional build failures. It can take a while to initialize the ES container fully. This command will block till ES is available on localhost at the default port, which I believe is our test setup.

jonallured commented 7 years ago

Awesome, thanks for the PR and the explanation!! ❤️