-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CITeam:SearchMeta label for search teamMeta label for search team
Description
Repro line:
./gradlew ':x-pack:plugin:wildcard:test' --tests "org.elasticsearch.xpack.wildcard.mapper.WildcardFieldMapperTests.testSearchResultsVersusKeywordField" -Dtests.seed=DCE54AED6DA89445 -Dtests.security.manager=true -Dtests.locale=es-CO -Dtests.timezone=Asia/Harbin -Druntime.java=11
Reproduces locally?: Yes
Applicable branches: master, 7.x
Failure excerpt:
2> java.lang.AssertionError: keyword_field:/(a.*|doesnotexist)/
DocValuesFieldExistsQuery [field=wildcard_field]
Expected: <43L>
but: was <98L>
at __randomizedtesting.SeedInfo.seed([DCE54AED6DA89445:58D36CDE6F9B372]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.elasticsearch.xpack.wildcard.mapper.WildcardFieldMapperTests.testSearchResultsVersusKeywordField(WildcardFieldMapperTests.java:352)
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CITeam:SearchMeta label for search teamMeta label for search team