Skip to content

[CI] MultiClusterSpecIT test {csv-spec:fork.ForkWithStats} failing #135116

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-clusters:v9.2.0#newToOld" -Dtests.class="org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT" -Dtests.method="test {csv-spec:fork.ForkWithStats}" -Dtests.seed=D382250BB75C548D -Dtests.bwc=true -Dtests.locale=qu-EC -Dtests.timezone=America/Pangnirtung -Druntime.java=25

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
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           | 100    | 10100     | 10001
fork4         | null           | 0      | null      | null

Expected:
_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           | 100    | 10100     | 10001
[truncated]

Issue Reasons:

  • [main] 2 failures in test test {csv-spec:fork.ForkWithStats} (0.2% fail rate in 1000 executions)

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

Metadata

Metadata

Assignees

Labels

:Search Relevance/ES|QLSearch functionality in ES|QL:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance team>test-failureTriaged test failures from CITeam:Search - RelevanceThe Search organization Search Relevance teamTeam:Search RelevanceMeta label for the Search Relevance team in Elasticsearchlow-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