elastic / elasticsearch

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

[CI] SpatialCentroidTests testAggregateIntermediate {TestCase=<geo_point>} failing #112463

Open elasticsearchmachine opened 1 week ago

elasticsearchmachine commented 1 week ago

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:test" --tests "org.elasticsearch.xpack.esql.expression.function.aggregate.SpatialCentroidTests.testAggregateIntermediate {TestCase=<geo_point> #2}" -Dtests.seed=A16298C185B81863 -Dtests.locale=ru -Dtests.timezone=Africa/Monrovia -Druntime.java=22

Applicable branches: main

Reproduces locally?: yes

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:!('testAggregateIntermediate%20%7BTestCase%3D%3Cgeo_point%3E%7D'),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.xpack.esql.expression.function.aggregate.SpatialCentroidTests'),title:Suite,width:medium),grow:!t,order:1,type:optionsListControl,width:medium)))))

Failure Message:

java.lang.AssertionError: 
Expected: <[1 1 0 0 0 61 84 1f bc 10 78 13 c0 72 5f 50 ca 3a d7 16 c0]>
     but: was <[1 1 0 0 0 5f 84 1f bc 10 78 13 c0 72 5f 50 ca 3a d7 16 c0]>

Issue Reasons:

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

elasticsearchmachine commented 1 week ago

This has been muted on branch main

Mute Reasons:

Build Scans:

elasticsearchmachine commented 1 week ago

Pinging @elastic/es-analytical-engine (Team:Analytics)

alex-spies commented 1 week ago

The repro line seems wrong, it runs <geo_point> #2. Still fails with the correct repro line:

 ./gradlew ":x-pack:plugin:esql:test" --tests "org.elasticsearch.xpack.esql.expression.function.aggregate.SpatialCentroidTests.testAggregateIntermediate {TestCase=<geo_point>}" -Dtests.seed=A16298C185B81863 -Dtests.locale=ru -Dtests.timezone=Africa/Monrovia -Druntime.java=22
alex-spies commented 1 week ago

@craigtaverner or @iverase , I can't make out what's going on but the test claims the intermediate aggregation output is wrong. Could one of you take this?