Closed
Description
Build Scans:
- elasticsearch-periodic #7922 / openjdk23_8.19.0_java-matrix-bwc
- elasticsearch-pull-request #69454 / 8.19.0_bwc-snapshots
Reproduction Line:
./gradlew ":x-pack:plugin:esql:qa:server:mixed-cluster:v8.19.0#javaRestTest" -Dtests.class="org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT" -Dtests.method="test {union_types.MultiIndexSortIpStringEval ASYNC}" -Dtests.seed=C7CEC9DEFEB0EEC1 -Dtests.bwc=true -Dtests.locale=mt-MT -Dtests.timezone=Israel -Druntime.java=23
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError: expected:<[{name=@timestamp, type=date}, {name=client_ip, type=unsupported, original_types=[ip, keyword], suggested_cast=keyword}, {name=event_duration, type=long}, {name=message, type=keyword}, {name=client_ip_as_ip, type=ip}]> but was:<[{name=@timestamp, type=date}, {name=client_ip, type=unsupported}, {name=event_duration, type=long}, {name=message, type=keyword}, {name=client_ip_as_ip, type=ip}]>
Issue Reasons:
- [main] 2 failures in test test {union_types.MultiIndexSortIpStringEval ASYNC} (0.7% fail rate in 306 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.