Skip to content
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

Remove head 10 for PPL default query to unblock cypress test failures #8827

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

abbyhu2000
Copy link
Member

@abbyhu2000 abbyhu2000 commented Nov 7, 2024

Description

Remove head 10 for PPL default query to unblock cypress test failures

Issues Resolved

Screenshot

Testing the changes

Changelog

  • test: Remove head 10 for PPL default query to unblock cypress test failures

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Copy link
Contributor

github-actions bot commented Nov 7, 2024

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

opensearch-changeset-bot bot added a commit to abbyhu2000/OpenSearch-Dashboards that referenced this pull request Nov 7, 2024
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.88%. Comparing base (af4943d) to head (f388235).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8827      +/-   ##
==========================================
+ Coverage   60.80%   60.88%   +0.08%     
==========================================
  Files        3798     3799       +1     
  Lines       90738    90761      +23     
  Branches    14292    14294       +2     
==========================================
+ Hits        55170    55260      +90     
+ Misses      32065    31992      -73     
- Partials     3503     3509       +6     
Flag Coverage Δ
Linux_1 29.04% <ø> (-0.01%) ⬇️
Linux_2 56.39% <ø> (ø)
Linux_3 37.81% <ø> (+0.15%) ⬆️
Linux_4 29.87% <ø> (-0.01%) ⬇️
Windows_1 29.08% <ø> (+0.01%) ⬆️
Windows_2 56.34% <ø> (ø)
Windows_3 37.81% <ø> (+0.15%) ⬆️
Windows_4 29.87% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
ananzh
ananzh previously approved these changes Nov 7, 2024
sejli
sejli previously approved these changes Nov 7, 2024
@kavilla
Copy link
Member

kavilla commented Nov 7, 2024

feat: Remove head 10 for PPL default query

nit: i dont think it's a feature to remove something.

to unblock cypress test failures

might be worth to mention the underlying issue why it's blocking. in this case, PPL automatically appends the stats call when doing aggregations. it is appending it after the head 10 now which causes the query to not succeed.

kavilla
kavilla previously approved these changes Nov 7, 2024
Copy link
Member

@kavilla kavilla left a comment

Choose a reason for hiding this comment

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

ty. just comments on the changelog section but not seeing the changelog so just as long the merge is more insightful

Copy link
Contributor

github-actions bot commented Nov 7, 2024

❌ Invalid Prefix

Invalid description prefix. Found "Remove head 10 for PPL default query to unblock cypress test failures". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test".

@abbyhu2000 abbyhu2000 merged commit aa60870 into opensearch-project:main Nov 8, 2024
68 of 70 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 8, 2024
…es (#8827)

* remove head 10 for PPL to unblock cypress test failures

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* Changeset file for PR #8827 created/updated

---------

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit aa60870)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
abbyhu2000 pushed a commit that referenced this pull request Nov 8, 2024
…es (#8827) (#8831)

* remove head 10 for PPL to unblock cypress test failures



* Changeset file for PR #8827 created/updated

---------



(cherry picked from commit aa60870)

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.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: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants