-
Notifications
You must be signed in to change notification settings - Fork 3
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
be able to customize es version #51
Comments
Hi @sibelius , I just refer to this project and created a similar lib as an alternative to it: jest-search, it enables customizable es version and also supports like OpenSearch, and ZincSearch, you can have a try if you want, feel free to raise issues if you get any block when using it, I'm seeking for any feedbacks! |
Can you export startEngine and stopEngine? |
Hi @sibelius , should not be a problem if you want, I am just bit curious your use case, would be great if you could provide me some context of the reason |
Our tests need both mongo and elasticsearch |
Hi @sibelius exported in v1.0.1 |
I'm getting this error ConnectionError: other side closed - Local: ::1:53051, Remote: ::1:9600 |
Hi @sibelius thanks for reporting the issue, could you pls pass the env
and send me the printed logs to me? that will help me to diagnose the issues thanks, and feel free to raise issues in the repo |
we are using |
Hi @sibelius the library underline is not rely on any elastic/OpenSearch client , so the version of client should not related, could you provide me:
and there is an example that you can refer: https://github.com/Blankll/event-search |
do we need runInBand ? |
yes @sibelius |
why ? |
if you use by global setup it is fine to not use runInBand, just make sure the data id u insert to es in different cases are not in conflict, we didn't do sufficient tests on this case, I'd like to know more context for getting rid of runInBand, I can do further tests if it is a commonly requirement |
can you try something like this shelfio/jest-mongodb#209? create 1 cluster or something per test file ? |
instead of forking, why not enable customization esVersion
is there any block of this?
We are willing to contribute with the fix
The text was updated successfully, but these errors were encountered: