Skip to content

[CI] EsqlSpecIT test {enrich.EnrichAgesStatsAgeGroup ASYNC} failing #127042

Closed
@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" -Dtests.method="test {enrich.EnrichAgesStatsYear ASYNC}" -Dtests.seed=B12161BADEB59AB8 -Dtests.locale=sd -Dtests.timezone=Europe/Prague -Druntime.java=24

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
row 0 column 2:a list containing
row 0 column 2:0: expected "1" but was "2"
row 1 column 2:a list containing
row 1 column 2:0: expected "4" but was "8"
row 2 column 2:a list containing
row 2 column 2:0: expected "7" but was "14"
row 3 column 2:a list containing
row 3 column 2:0: expected "6" but was "12"
row 4 column 2:a list containing
row 4 column 2:0: expected "8" but was "16"
row 5 column 2:a list containing
row 5 column 2:0: expected "8" but was "16"
Actual:
birth_year:long | age_group:keyword | count:long
1965            | Middle-aged       | 2         
1964            | Middle-aged       | 8         
1963            | Middle-aged       | 14        
1962            | Senior            | 12        
1961            | Senior            | 16        
1960            | Senior            | 16        

Expected:
birth_year:long | age_group:keyword | count:long
1965            | Middle-aged       | 1         
1964            | Middle-aged       | 
[truncated]

Issue Reasons:

  • [8.x] 5 failures in test test {enrich.EnrichAgesStatsAgeGroup ASYNC} (2.7% fail rate in 188 executions)
  • [8.x] 4 failures in pipeline elasticsearch-periodic-platform-support (80.0% fail rate in 5 executions)

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

Metadata

Metadata

Assignees

Labels

:Analytics/ES|QLAKA ESQL>test-failureTriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)medium-riskAn open issue or test failure that is a medium risk to future releases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions