-
Notifications
You must be signed in to change notification settings - Fork 892
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
fix(queryEnhancements): fix dataSource.id reference to enable tests #7272
fix(queryEnhancements): fix dataSource.id reference to enable tests #7272
Conversation
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7272 +/- ##
==========================================
+ Coverage 63.98% 64.03% +0.05%
==========================================
Files 3598 3598
Lines 78322 78322
Branches 12352 12352
==========================================
+ Hits 50111 50155 +44
+ Misses 25189 25139 -50
- Partials 3022 3028 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome thank you!
i think test failure unrelated to this PR |
…7272) (#7406) (cherry picked from commit c8496f8) Signed-off-by: Joshua Li <joshuali925@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: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Yulong Ruan <ruanyl@amazon.com>
…pensearch-project#7272) (opensearch-project#7406) (cherry picked from commit c8496f8) Signed-off-by: Joshua Li <joshuali925@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: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Yulong Ruan <ruanyl@amazon.com>
Description
RequestHandlerContext
as it's impacting other references in corecontext.query_assist.configPromise
to be an error on type level. not sure what's the best solutionIssues Resolved
#7212 (comment)
#7212 (comment)
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration