Skip to content

Fix the flaky CalcitePPLTcphIT#4846

Merged
yuancu merged 1 commit intoopensearch-project:mainfrom
LantaoJin:pr/issues/4261
Nov 24, 2025
Merged

Fix the flaky CalcitePPLTcphIT#4846
yuancu merged 1 commit intoopensearch-project:mainfrom
LantaoJin:pr/issues/4261

Conversation

@LantaoJin
Copy link
Copy Markdown
Member

@LantaoJin LantaoJin commented Nov 22, 2025

Description

Fix the flaky CalcitePPLTcphIT

Related Issues

Resolves #4261

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • New PPL command checklist all confirmed.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff or -s.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Lantao Jin <ltjin@amazon.com>
Comment on lines +155 to +157
rows("3-MEDIUM", 9),
rows("4-NOT SPECIFIED", 8),
rows("5-LOW", 12));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain how blocking the index load relates to this integration test fix? The connection isn't clear to me from the current changes.

Copy link
Copy Markdown
Member Author

@LantaoJin LantaoJin Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to the fix. I found this test was ignored due to the bucket size 1000 limitation. Just correct the results and enable it again.

@yuancu yuancu merged commit c0f5680 into opensearch-project:main Nov 24, 2025
37 of 40 checks passed
@LantaoJin LantaoJin deleted the pr/issues/4261 branch November 24, 2025 05:17
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 24, 2025
Signed-off-by: Lantao Jin <ltjin@amazon.com>
(cherry picked from commit c0f5680)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LantaoJin added a commit that referenced this pull request Nov 24, 2025
* Fix the flaky CalcitePPLTcphIT (#4846)

Signed-off-by: Lantao Jin <ltjin@amazon.com>
(cherry picked from commit c0f5680)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix conflicts

Signed-off-by: Lantao Jin <ltjin@amazon.com>

---------

Signed-off-by: Lantao Jin <ltjin@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lantao Jin <ltjin@amazon.com>
asifabashar pushed a commit to asifabashar/sql that referenced this pull request Dec 10, 2025
Signed-off-by: Lantao Jin <ltjin@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.19-dev flaky-test Flaky build or test issue testing Related to improving software testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] CalcitePPLTpchIT is flaky

3 participants