- 
                Notifications
    You must be signed in to change notification settings 
- Fork 259
ci: remove debug stack usage #4075
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
base: master
Are you sure you want to change the base?
Conversation
| /azp run Azure Container Networking PR | 
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.
Pull Request Overview
This PR removes unnecessary debug.Stack() calls from error messages in the Azure IPAM invoker and replaces them with predefined error variables for cleaner error handling.
- Removes runtime/debugimport anddebug.Stack()calls from error messages
- Introduces predefined error variables (errNilNetworkConfig,errInvalidIPAddress) for consistent error handling
- Updates error messages to use the new error variables instead of stack traces
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Azure Pipelines successfully started running 1 pipeline(s). | 
remove debug stack usage
Reason for Change:
Removes unnecessary
debug.Stack()callsIssue Fixed:
Requirements:
Notes: