-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:Data Management/Ingest NodeExecution or management of Ingest Pipelines including GeoIPExecution or management of Ingest Pipelines including GeoIP>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv5.6.0
Description
- Build failure link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.6+multijob-unix-compatibility/os=oraclelinux/65/console
- Error message:
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
Labels
:Data Management/Ingest NodeExecution or management of Ingest Pipelines including GeoIPExecution or management of Ingest Pipelines including GeoIP>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CITriaged test failures from CIv5.6.0