enhance: [cp2.6]add DumpMessages to the Go SDK client (#50343)#50370
enhance: [cp2.6]add DumpMessages to the Go SDK client (#50343)#50370bigsheeper wants to merge 1 commit into
Conversation
Cherry-pick from master PR milvus-io#50343 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[INFO] PR Label Summary by Default
[WARNING] Milestone not set
You can set milestone by commenting: Use /refresh-label to update related check and label manually |
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.6 #50370 +/- ##
==========================================
+ Coverage 76.99% 77.68% +0.68%
==========================================
Files 1700 1999 +299
Lines 262533 328207 +65674
==========================================
+ Hits 202142 254952 +52810
- Misses 53550 65443 +11893
- Partials 6841 7812 +971
🚀 New features to boost your workflow:
|
Cherry-pick from master
pr: #50343
issue: #47598
Summary
Cherry-picked from master PR #50343 (merged). Adds
Client.DumpMessagesto the Go SDK (client/milvusclient), mirroringCreateReplicateStream, plusExampleClient_DumpMessages.Verified the 2.6-pinned
go-api/v2already exposes theDumpMessagesstub /DumpMessagesRequest/GetSalvageCheckpoint, so the code compiles unchanged on 2.6.Verification
go build/go vet ./milvusclient/pass on 2.6 (go-api/v2)go test -run TestReplicatepasses