Skip to content

[CI] MultiClusterSpecIT test {csv-spec:fork.ForkWithFiltersOnConstantValues} failing #136031

@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.ForkWithFiltersOnConstantValues}" -Dtests.seed=345FA0EB52FB1815 -Dtests.bwc=true -Dtests.locale=ses-Latn-ML -Dtests.timezone=America/Antigua -Druntime.java=21 -Dtests.fips.enabled=true

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

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

Expected:
_fork:keyword | emp_no:integer | x:long | y:integer | z:integer
fork2         | 10081          | null   | null      | 1
fork2         | 10087          | null   | null      | 1
fork3         | null           | 100    | 10100     | 10001

Issue Reasons:

  • [main] 7 failures in test test {csv-spec:fork.ForkWithFiltersOnConstantValues} (1.1% fail rate in 630 executions)
  • [main] 2 failures in step 9.2.0_part_3_bwc-snapshots (3.5% fail rate in 57 executions)
  • [main] 2 failures in step 8.19.5_part_3_bwc-snapshots (3.6% fail rate in 55 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (3.4% fail rate in 58 executions)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Analytics/ES|QLAKA ESQL>test-failureTriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)needs:riskRequires assignment of a risk label (low, medium, blocker)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions