-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Open
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>test-failureTriaged test failures from CITriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)needs:riskRequires assignment of a risk label (low, medium, blocker)Requires assignment of a risk label (low, medium, blocker)
Description
Build Scans:
- elasticsearch-periodic #11033 / openjdk21_9.2.0_java-fips-matrix-bwc
- elasticsearch-pull-request #96834 / 9.0.8_part_3_bwc-snapshots
- elasticsearch-pull-request #96834 / 8.19.5_part_3_bwc-snapshots
- elasticsearch-pull-request #96834 / 9.2.0_part_3_bwc-snapshots
- elasticsearch-pull-request #96833 / 9.2.0_part_3_bwc-snapshots
- elasticsearch-pull-request #96833 / 9.1.5_part_3_bwc-snapshots
- elasticsearch-pull-request #96833 / 8.19.5_part_3_bwc-snapshots
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
Labels
:Analytics/ES|QLAKA ESQLAKA ESQL>test-failureTriaged test failures from CITriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)needs:riskRequires assignment of a risk label (low, medium, blocker)Requires assignment of a risk label (low, medium, blocker)