-
Notifications
You must be signed in to change notification settings - Fork 736
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
Fixed Response::isOk() to work better with bulk update api #702
Conversation
da1e5b0
to
cad5ec4
Compare
@ruflin any thoughts? :) |
The tests are ok and quite extensive, I like that 👍 Functional and integration tests are a big plus as it makes sure, it also works with the specific elasticsearch version. This makes it very easy to detect, in case some (return)parameters change. I you can add 1 or 2 integration tests, I'm more then happy. |
@ruflin I would love to write those tests, but I don't know when I'll have the time for it. I think it would be beneficial to merge this (as the tests clearly pass) and I'll try to write some new tests as soon as I can :) On the other hand, if the integration tests are a must, I would give it a bit higher priority so this can be merged earlier. It's up to you :) |
Fixed Response::isOk() to work better with bulk update api
I already merged as it doesn't break any of the existing tests. Of course I would still like to make it a higher priority on your side anyways ;-) Thx for the addition. |
I'll try to write them soon Kdyby/ElasticSearch#2 :) Thank you for the merge! |
👍 |
[Closes #698]
Is such a testcase okey? Or do you want also a functional test?