Skip to content

Conversation

@aaronchung-bitquill
Copy link
Contributor

Summary

Description

Additional Reviewers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aaronchung-bitquill aaronchung-bitquill force-pushed the feat/custom-endpoint-plugin branch 3 times, most recently from b52d465 to b560b5f Compare November 5, 2025 11:26
@aaronchung-bitquill aaronchung-bitquill force-pushed the feat/custom-endpoint-plugin branch from b560b5f to f5ad9ce Compare November 5, 2025 18:00
ctrl := gomock.NewController(t)
defer ctrl.Finish()

mockPluginService := mock_driver_infrastructure.NewMockPluginService(ctrl)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lot of repeated mocking code across the tests. Should see if its possible to put this into a single function.

}

func (p *PluginServiceImpl) GetHosts() []*host_info_util.HostInfo {
// TODO: transfer some uses of #GetHost to #GetAllHosts
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this

@aaronchung-bitquill aaronchung-bitquill marked this pull request as ready for review November 7, 2025 23:29
@aaronchung-bitquill aaronchung-bitquill requested a review from a team as a code owner November 7, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants