Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elasticsearchmachine opened this issue Apr 23, 2025 · 3 comments
Closed

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

elasticsearchmachine opened this issue Apr 23, 2025 · 3 comments
Assignees
Labels
:Analytics/ES|QL AKA ESQL low-risk An open issue or test failure that is a low risk to future releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Apr 23, 2025

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.

@elasticsearchmachine elasticsearchmachine added :Analytics/ES|QL AKA ESQL >test-failure Triaged test failures from CI labels Apr 23, 2025
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 2 consecutive failures in step 9.1.0_bwc-snapshots
  • [main] 5 failures in test test {fork.ForkWithStats} (0.7% fail rate in 756 executions)
  • [main] 5 failures in step 9.1.0_bwc-snapshots (3.4% fail rate in 149 executions)
  • [main] 4 failures in pipeline elasticsearch-pull-request (3.6% fail rate in 112 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 23, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-analytical-engine (Team:Analytics)

@dnhatn dnhatn added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 23, 2025
@ioanatia
Copy link
Contributor

closed with #127309

tracking CCS support for FORK in #121950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL low-risk An open issue or test failure that is a low risk to future releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants