elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.58k stars 24.63k forks source link

[CI] StandardVersusLogsIndexModeRandomDataChallengeRestIT testTermsQuery failing #113246

Closed elasticsearchmachine closed 3 hours ago

elasticsearchmachine commented 3 hours ago

Build Scans:

Reproduction Line:

./gradlew ":modules:data-streams:javaRestTest" --tests "org.elasticsearch.datastreams.logsdb.qa.StandardVersusLogsIndexModeRandomDataChallengeRestIT.testTermsQuery" -Dtests.seed=9B82C644F579D0E8 -Dtests.locale=ca-Latn-ES -Dtests.timezone=Africa/El_Aaiun -Druntime.java=22

Applicable branches: main

Reproduces locally?: N/A

Failure History: See dashboard&_a=(controlGroupInput:(chainingSystem:HIERARCHICAL,controlStyle:twoLine,ignoreParentSettings:(ignoreFilters:!f,ignoreQuery:!f,ignoreTimerange:!f,ignoreValidations:!t),panels:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:task.keyword,grow:!t,id:'0c0c9cb8-ccd2-45c6-9b13-96bac4abc542',searchTechnique:wildcard,selectedOptions:!(),singleSelect:!t,title:'Gradle%20Task',width:medium),grow:!t,order:0,type:optionsListControl,width:small),'144933da-5c1b-4257-a969-7f43455a7901':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:name.keyword,grow:!t,id:'144933da-5c1b-4257-a969-7f43455a7901',searchTechnique:wildcard,selectedOptions:!('testTermsQuery'),title:Test,width:medium),grow:!t,order:2,type:optionsListControl,width:medium),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:className.keyword,grow:!t,id:'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850',searchTechnique:wildcard,selectedOptions:!('org.elasticsearch.datastreams.logsdb.qa.StandardVersusLogsIndexModeRandomDataChallengeRestIT'),title:Suite,width:medium),grow:!t,order:1,type:optionsListControl,width:medium)))))

Failure Message:

org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:36597], URI [/logs-apache-contender/_search], status line [HTTP/1.1 500 Internal Server Error]
{"error":{"root_cause":[{"type":"string_index_out_of_bounds_exception","reason":"Range [0, 10) out of bounds for length 4"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"fetch","grouped":true,"failed_shards":[{"shard":0,"index":".ds-logs-apache-contender-2024.09.20-000001","node":"XXHI1A6aRIqzBokAHudc0Q","reason":{"type":"string_index_out_of_bounds_exception","reason":"Range [0, 10) out of bounds for length 4"}}],"caused_by":{"type":"string_index_out_of_bounds_exception","reason":"Range [0, 10) out of bounds for length 4","caused_by":{"type":"string_index_out_of_bounds_exception","reason":"Range [0, 10) out of bounds for length 4"}}},"status":500}

Issue Reasons:

Note: This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

elasticsearchmachine commented 3 hours ago

This has been muted on branch main

Mute Reasons:

Build Scans:

elasticsearchmachine commented 3 hours ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)

kkrik-es commented 3 hours ago

Duplicate of #113109