Skip to content

Commit

Permalink
O 2.4 (#11)
Browse files Browse the repository at this point in the history
* fix mockery

Signed-off-by: bigsheeper <[email protected]>

* fix

Signed-off-by: bigsheeper <[email protected]>

---------

Signed-off-by: bigsheeper <[email protected]>
Co-authored-by: bigsheeper <[email protected]>
  • Loading branch information
czs007 and bigsheeper authored Jan 19, 2025
1 parent 95c86a2 commit a192a4f
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ generate-mockery-datacoord: getdeps
$(INSTALL_PATH)/mockery --name=SubCluster --dir=internal/datacoord --filename=mock_subcluster.go --output=internal/datacoord --structname=MockSubCluster --with-expecter --inpackage
$(INSTALL_PATH)/mockery --name=Broker --dir=internal/datacoord/broker --filename=mock_coordinator_broker.go --output=internal/datacoord/broker --structname=MockBroker --with-expecter --inpackage
$(INSTALL_PATH)/mockery --name=WorkerManager --dir=internal/datacoord --filename=mock_worker_manager.go --output=internal/datacoord --structname=MockWorkerManager --with-expecter --inpackage
$(INSTALL_PATH)/mockery --name=MockSegmentManager --dir=internal/datacoord --filename=mock_segment_manager.go --output=internal/datacoord --structname=MockSegmentManager --with-expecter --inpackage
$(INSTALL_PATH)/mockery --name=Manager --dir=internal/datacoord --filename=mock_segment_manager.go --output=internal/datacoord --structname=MockSegmentManager --with-expecter --inpackage


generate-mockery-datanode: getdeps
Expand Down
130 changes: 82 additions & 48 deletions internal/datacoord/mock_segment_manager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a192a4f

Please sign in to comment.