Skip to content
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

investigate test failures with es 6 #18

Closed
jillesvangurp opened this issue Jul 30, 2022 · 1 comment
Closed

investigate test failures with es 6 #18

jillesvangurp opened this issue Jul 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jillesvangurp
Copy link
Owner

Currently the tests don't pass with Elasticsearch v6. As there were not a lot of changes between 6 and 7, it may be possible to get them to pass.

Run elasticsearch like so:

docker run -p 9999:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.8.23

Run the tests with

./gradlew :search-client:build

Multiple tests fail trying to create the test document index:

ElasticsearchStatusException[Elasticsearch exception [type=mapper_parsing_exception, reason=Failed to parse mapping [properties]: Root mapping definition has unsupported parameters:  [number : {type=double}] [tag : {type=keyword}] [message : {type=text}]]]; nested: ElasticsearchException[Elasticsearch exception [type=mapper_parsing_exception, reason=Root mapping definition has unsupported parameters:  [number : {type=double}] [tag : {type=keyword}] [message : {type=text}]]];

Not super critical, but would be nice to figure this out.

@jillesvangurp jillesvangurp added the bug Something isn't working label Jul 30, 2022
@jillesvangurp
Copy link
Owner Author

wontfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant