Is it recommended to use embedded elasticsearch for running tests on an application?
Is it recommended to use embedded elasticsearch for running tests on an application?
The application, in general, uses a separately managed elasticsearch cluster, but for tests, we are planning to use an embedded server. Is it advisable to do so?
Thanks for that, we are aware that we can spin up a separate cluster, but we want to know why an embedded server can/can't be used.
– varshavp27
Jul 3 at 7:04
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
You might want to read this: elastic.co/guide/en/elasticsearch/reference/current/…
– Val
Jul 3 at 6:54