Skip to content

[CI] MultiClusterSpecIT test {fork.ForkWithMixOfCommands} failing #127268

@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.ForkWithMixOfCommands}" -Dtests.seed=84AB862A456C9E -Dtests.bwc=true -Dtests.locale=ru-UA -Dtests.timezone=Etc/GMT+2 -Druntime.java=24

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: Expected more data but no more entries found after [3]
Data mismatch:
row 2 column 2:a list containing
row 2 column 2:0: expected "2" but was "0"
row 2 column 3:a list containing
row 2 column 3:0: expected "10081" but was "null"
row 2 column 4:a list containing
row 2 column 4:0: expected "10048" but was "null"
Actual:
_fork:keyword | emp_no:integer | x:keyword | y:keyword | z:keyword | a:keyword             
fork1         | 10048          | Florian   | 10048     | Syrotiuk  | Florian 10048 Syrotiuk
fork1         | 10081          | Zhongwei  | 10081     | Rosen     | Zhongwei 10081 Rosen  
fork2         | null           | 0         | null      | null      | null                  

Expected:
_fork:keyword | emp_no:integer | x:keyword | y:keyword | z:keyword | a:keyword             
fork1         | 10048          | Florian   | 10048     | Syrotiuk  | Florian 10048 Syrotiuk
fork1         | 10081          | Zhongwei  | 10081     | Rosen     | Zhongwei 10081 Rosen  
[truncated]

Issue Reasons:

  • [main] 5 failures in test test {fork.ForkWithMixOfCommands} (0.7% fail rate in 760 executions)
  • [main] 4 failures in step 9.1.0_bwc-snapshots (2.7% fail rate in 146 executions)
  • [main] 4 failures in pipeline elasticsearch-pull-request (3.6% 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