-
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: [2.4] Add try-catch and return CStatus for NewCollection (#39279) #39306
Conversation
…o#39279) Related to milvus-io#28795 Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
Related to previous pr milvus-io#39279 When NewCollection returns nil, the error shall be returned and handled by caller Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.4 #39306 +/- ##
=======================================
Coverage 80.44% 80.44%
=======================================
Files 1079 1079
Lines 169909 169917 +8
=======================================
+ Hits 136678 136692 +14
+ Misses 28730 28724 -6
Partials 4501 4501
|
/run-cpu-e2e |
/lgtm |
Cherry-pick from master
pr: #39279
Related to #28795