-
Notifications
You must be signed in to change notification settings - Fork 919
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
Conversation
Signed-off-by: Joshua Li <[email protected]>
❌ Empty Changelog SectionThe 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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>
#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>
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
Check List
yarn test:jest
yarn test:jest_integration