Skip to content
#

elasticsearch-plugin

Here are 122 public repositories matching this topic...

alexklibisz
alexklibisz commented Sep 27, 2021

Describe the bug

Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.

Expected behavior

bug good first issue
bietkul
bietkul commented Aug 5, 2019

How to reproduce?

Run go test ./... at the root in feat/es7 branch

You can easily see that a lot of test cases get failed, we need to fix it and make sure that all the test cases work as expected.

Additional Context

We recently upgraded the elastic search version from 6.x to 7.x which has some breaking changes, probably that might be the reason for some failed test cases.

bug good first issue

Improve this page

Add a description, image, and links to the elasticsearch-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elasticsearch-plugin topic, visit your repo's landing page and select "manage topics."

Learn more