Skip to content

[CI] MultiClusterSpecIT test {fork.ForkWithStats} failing #127279

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-clusters:v9.1.0#newToOld" -Dtests.class="org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT" -Dtests.method="test {fork.ForkWithStats}" -Dtests.seed=9370E2D75C42B527 -Dtests.bwc=true -Dtests.locale=en-CC -Dtests.timezone=Asia/Tashkent -Druntime.java=24

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
row 4 column 2:a list containing
row 4 column 2:0: expected "100" but was "0"
row 4 column 3:a list containing
row 4 column 3:0: expected "10100" but was "null"
row 4 column 4:a list containing
row 4 column 4:0: expected "10001" but was "null"
row 5 column 2:a list containing
row 5 column 2:0: expected "100" but was "0"
row 5 column 3:a list containing
row 5 column 3:0: expected "10001" but was "null"
Actual:
_fork:keyword | emp_no:integer | x:long | y:integer | z:integer
fork1         | 10048          | null   | null      | null     
fork1         | 10081          | null   | null      | null     
fork2         | 10081          | null   | null      | null     
fork2         | 10087          | null   | null      | null     
fork3         | null           | 0      | null      | null     
fork4         | null           | 0      | null      | null     

Expected:
_fork:keyword | emp_no:integer | x:long | y:integer | z:integer
fork1         | 10048 
[truncated]

Issue Reasons:

  • [main] 7 failures in test test {fork.ForkWithStats} (0.9% fail rate in 766 executions)
  • [main] 7 failures in step 9.1.0_bwc-snapshots (4.6% fail rate in 152 executions)
  • [main] 2 failures in pipeline elasticsearch-intake (4.9% fail rate in 41 executions)
  • [main] 5 failures in pipeline elasticsearch-pull-request (4.5% fail rate in 112 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)low-riskAn open issue or test failure that is a low risk to future releases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions