-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update nsxtreceiver to checkapi standards #26509
Update nsxtreceiver to checkapi standards #26509
Conversation
…name/opentelemetry-collector-contrib into 26304-checkapi-nsxtreceiver
# Use this changelog template to create an entry for release notes. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: breaking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this is test code, it's not considered a breaking change, and you can delete the changelog entry. I'll mark this PR as "Skip Changelog". Changes look good otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good point! Thank you! Will do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this enhancement
or bug_fix
or does it even matter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can simply remove this file since it's a test-only change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh gotcha. Yeah that was in the sentence sure enough... Some days... 🧠
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't merge this, but as a codeowner I'm approving as a safe change
Description:
stop exporting
NewMockClient
method to align with checkapi standards as related to issue #26304Link to tracking Issue: #26304
Testing:
go run cmd/checkapi/main.go .
go test for nsxtreceiver
Documentation: no changes