Skip to content

[CI] MapperTestCase.testSyntheticSourceMany failures #143207

@tvernum

Description

@tvernum

CI Link

https://gradle-enterprise.elastic.co/s/dpmeqyyspcqhw/tests/task/:server:test/details/org.elasticsearch.index.mapper.IpFieldMapperTests/testSyntheticSourceMany

Repro line

./gradlew ":server:test" \
  --tests "org.elasticsearch.index.mapper.IpFieldMapperTests.testSyntheticSourceMany" \
  -Dtests.seed=CC2740F35BB76C53 -Dtests.locale=ee-GH -Dtests.timezone=Asia/Ust-Nera \
  -Druntime.java=25 -Dtests.fips.enabled=false

Does it reproduce?

Yes

Applicable branches

main

Failure history

Failing since #143087

Failure excerpt

IpFieldMapperTests > testSyntheticSourceMany FAILED
    java.lang.AssertionError: doc 2
    Expected: "{\"field\":[\"2.221.205.135\",\"14ae:5438::714:51c5:ffff:ffff\",\"vfN\",842003771]}"
         but: was "{\"field\":[\"2.221.205.135\",\"14ae:5438::714:51c5:ffff:ffff\",842003771,\"vfN\"]}"
        at __randomizedtesting.SeedInfo.seed([CC2740F35BB76C53:D6C0ADE6D604F477]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.elasticsearch.test.ESTestCase.assertThat(ESTestCase.java:2964)
        at org.elasticsearch.index.mapper.MapperTestCase.testSyntheticSourceMany(MapperTestCase.java:1414)

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions