Skip to content

[CI] JoinProcessorTests.testJoinWithTargetField fails with NumberFormatException #26203

@cbuescher

Description

@cbuescher
ERROR   0.05s J1 | JoinProcessorTests.testJoinWithTargetField <<< FAILURES!
   > Throwable #1: java.lang.IllegalArgumentException: [󌃋􄿦󔧒⒙𚷲񇒬󅸯򬝙󃪼񾈠] is not an integer, cannot be used as an index as part of path [E.󌃋􄿦󔧒⒙𚷲񇒬󅸯򬝙󃪼񾈠.񛒌󝍌󂆾񟷥񒰒𾲎ࠪ]
   > 	at __randomizedtesting.SeedInfo.seed([AA71D1A0B4BBE8E8:53DA4748DE8256B7]:0)
   > 	at org.elasticsearch.ingest.IngestDocument.setFieldValue(IngestDocument.java:461)
  2> NOTE: leaving temporary files on disk at: /var/lib/jenkins/workspace/elastic+elasticsearch+5.6+multijob-unix-compatibility/os/oraclelinux/modules/ingest-common/build/testrun/test/J1/temp/org.elasticsearch.ingest.common.JoinProcessorTests_AA71D1A0B4BBE8E8-001
   > 	at org.elasticsearch.ingest.IngestDocument.setFieldValue(IngestDocument.java:419)
   > 	at org.elasticsearch.ingest.common.JoinProcessor.execute(JoinProcessor.java:71)
   > 	at org.elasticsearch.ingest.common.JoinProcessorTests.testJoinWithTargetField(JoinProcessorTests.java:129)
   > 	at java.lang.Thread.run(Thread.java:748)
   > Caused by: java.lang.NumberFormatException: For input string: "󌃋􄿦󔧒⒙𚷲񇒬󅸯򬝙󃪼񾈠"
   > 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   > 	at java.lang.Integer.parseInt(Integer.java:580)
   > 	at java.lang.Integer.parseInt(Integer.java:615)
   > 	at org.elasticsearch.ingest.IngestDocument.setFieldValue(IngestDocument.java:459)
   > 	... 40 more
  • Reproduction line:
    • gradle :modules:ingest-common:test -Dtests.seed=AA71D1A0B4BBE8E8 -Dtests.class=org.elasticsearch.ingest.common.JoinProcessorTests -Dtests.method="testJoinWithTargetField" -Dtests.security.manager=true -Dtests.locale=el-GR -Dtests.timezone=Asia/Ust-Nera (This does reproduce for me on 5.6 branch, a09b034)

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Data Management/Ingest NodeExecution or management of Ingest Pipelines including GeoIP>testIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CIv5.6.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions