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

[CI] ICUCollationKeywordFieldMapperIT.testNormalization() failure #49654

Closed
martijnvg opened this issue Nov 27, 2019 · 3 comments · Fixed by #49656
Closed

[CI] ICUCollationKeywordFieldMapperIT.testNormalization() failure #49654

martijnvg opened this issue Nov 27, 2019 · 3 comments · Fixed by #49656
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI

Comments

@martijnvg
Copy link
Member

Build logs: https://gradle-enterprise.elastic.co/s/tcbswba24vb6u/console-log#L5288

REPRODUCE WITH: ./gradlew ':plugins:analysis-icu:integTestRunner' --tests "org.elasticsearch.index.mapper.ICUCollationKeywordFieldMapperIT.testNormalization" -Dtests.seed=534D27A7291B436E -Dtests.security.manager=true -Dtests.locale=he -Dtests.timezone=Mexico/BajaNorte -Dcompiler.java=12
--
2> java.lang.AssertionError: Expected id: 2 at position 0 but wasn't. Total shards: 4 Successful shards: 4 & 0 shard failures:
Expected: "2"
but: was "1"
at __randomizedtesting.SeedInfo.seed([534D27A7291B436E:77124CFBC84F3C44]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertOrderedSearchHits(ElasticsearchAssertions.java:247)
at org.elasticsearch.index.mapper.ICUCollationKeywordFieldMapperIT.testNormalization(ICUCollationKeywordFieldMapperIT.java:208)

This test has failed 6 times now today according to build stats.

@martijnvg martijnvg added :Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI labels Nov 27, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Search)

@cbuescher
Copy link
Member

I think I see a small glitch introduced in c2deb28. Will open a PR if nobody else beats me to it...

cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Nov 27, 2019
The test was slightly modified with elastic#49166, the two test documents in
`testNormalization` look like they should mirror the document id in the "id"
field in order for it to work as a tie breaker.

Closes elastic#49654
cbuescher pushed a commit that referenced this issue Nov 27, 2019
The test was slightly modified with #49166, the two test documents in
`testNormalization` look like they should mirror the document id in the "id"
field in order for it to work as a tie breaker.

Closes #49654
@martijnvg
Copy link
Member Author

Thanks for fixing @cbuescher!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Search/Search Search-related issues that do not fall into other categories >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants