Skip to content

[CI] Failure in WildcardFieldMapperTests#testSearchResultsVersusKeywordField #69600

@romseygeek

Description

@romseygeek

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 categories>test-failureTriaged test failures from CITeam:SearchMeta label for search team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions