-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: move GetVector_EmptySparseVector ut to growing test #39234
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhengbuqian The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@zhengbuqian Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #39234 +/- ##
===========================================
+ Coverage 69.65% 81.07% +11.42%
===========================================
Files 299 1404 +1105
Lines 26799 198260 +171461
===========================================
+ Hits 18667 160747 +142080
- Misses 8132 31862 +23730
- Partials 0 5651 +5651
|
02735ff
to
1779107
Compare
@zhengbuqian E2e jenkins job failed, comment |
/run-cpu-e2e |
@zhengbuqian E2e jenkins job failed, comment |
/run-cpu-e2e |
1779107
to
9fdb376
Compare
Signed-off-by: Buqian Zheng <[email protected]>
9fdb376
to
558d02b
Compare
@zhengbuqian go-sdk check failed, comment |
in the latest version of Knowhere, only growing sparse index of IP metric will have raw data in index, thus no need to test GetVectorById of sealed index.
issue: #35853