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

add tests for query assist extension and data structures utils #7894

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

joshuali925
Copy link
Member

@joshuali925 joshuali925 commented Aug 28, 2024

Description

enable tests for query assist extension and add tests for injecting meta to data structures

Issues Resolved

closes #7860

Screenshot

Testing the changes

Changelog

  • skip

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

Signed-off-by: Joshua Li <[email protected]>
Copy link
Contributor

❌ 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.

@joshuali925 joshuali925 added the discover for discover reinvent label Aug 28, 2024
@github-actions github-actions bot added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Aug 28, 2024
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.27%. Comparing base (eefbdfd) to head (19ffb5c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7894      +/-   ##
==========================================
+ Coverage   64.21%   64.27%   +0.05%     
==========================================
  Files        3673     3673              
  Lines       81185    81187       +2     
  Branches    12943    12943              
==========================================
+ Hits        52130    52179      +49     
+ Misses      25847    25795      -52     
- Partials     3208     3213       +5     
Flag Coverage Δ
Linux_1 30.20% <ø> (ø)
Linux_2 56.08% <ø> (ø)
Linux_3 40.58% <ø> (+0.03%) ⬆️
Linux_4 31.38% <100.00%> (+0.07%) ⬆️
Windows_1 30.21% <ø> (ø)
Windows_2 56.03% <ø> (ø)
Windows_3 40.58% <ø> (+0.02%) ⬆️
Windows_4 31.38% <100.00%> (+0.07%) ⬆️

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.

@joshuali925 joshuali925 merged commit f9965cd into opensearch-project:main Aug 28, 2024
74 of 76 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 28, 2024
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit f9965cd)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
joshuali925 pushed a commit that referenced this pull request Aug 28, 2024
#7897)

(cherry picked from commit f9965cd)

Signed-off-by: Joshua Li <[email protected]>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x discover for discover reinvent seasoned-contributor Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.17.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Discover] unskipped query assist tests
3 participants