Skip to content

RandomizedRollingUpgradeIT > testIndexingSyntheticSource fails with IllegalArgumentException #142048

@dakrone

Description

@dakrone

CI Link

https://gradle-enterprise.elastic.co/s/c6n6662t63iak

Repro line

./gradlew ":x-pack:plugin:logsdb:qa:rolling-upgrade:v9.3.0#bwcTest" -Dtests.class="org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT" -Dtests.method="testIndexingSyntheticSource" -Dtests.seed=9617804EE6C9E568 -Dtests.bwc=true -Dtests.locale=kxv-Telu -Dtests.timezone=America/Argentina/Cordoba -Druntime.java=25

Does it reproduce?

No

Applicable branches

main

Failure history

No response

Failure excerpt

RandomizedRollingUpgradeIT > testIndexingSyntheticSource FAILED
    org.elasticsearch.client.ResponseException: method [PUT], host [http://[::1]:33063], URI [/test-index-synthetic-1], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"Failed to parse mapping: Could not convert [doc_values] to boolean"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping: Could not convert [doc_values] to boolean","caused_by":{"type":"illegal_argument_exception","reason":"Could not convert [doc_values] to boolean","caused_by":{"type":"illegal_argument_exception","reason":"Failed to parse value [{cardinality=high}] as only [true] or [false] are allowed."}}},"status":400}
        at __randomizedtesting.SeedInfo.seed([9617804EE6C9E568:7DFFAC6E94878DDE]:0)
        at app//org.elasticsearch.client.RestClient.convertResponse(RestClient.java:351)
        at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:317)
        at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:292)
        at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:2060)
        at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:2018)
        at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:2013)
        at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:2009)
        at app//org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT.createIndex(RandomizedRollingUpgradeIT.java:110)
        at app//org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT.testIndexing(RandomizedRollingUpgradeIT.java:130)
        at app//org.elasticsearch.xpack.logsdb.RandomizedRollingUpgradeIT.testIndexingSyntheticSource(RandomizedRollingUpgradeIT.java:157)

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