-
Notifications
You must be signed in to change notification settings - Fork 610
Test cluster Service Unavailable #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure, just use |
@karmi thanks for the suggestion. Neither of |
On a really slow system, you might want to wait for cluster health, see eg. |
that's a more reliable way of checking. I guess other way is to index a document, call refresh_index!, then delete document. |
Other than sleep, is there a way to wait until index is ready?
when testing Elasticsearch in rspec, cannot query index after it's created.
The text was updated successfully, but these errors were encountered: