-
Notifications
You must be signed in to change notification settings - Fork 17
more conditions to terminate integration test earlier #25
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
Conversation
| } | ||
| tails[id].Close() | ||
| delete(tails, id) | ||
| }) |
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.
The error handling strategy within the Watch function's callback does not account for handling errors that may occur during the execution of the callback. This could lead to silent failures where errors are not propagated or logged, making debugging difficult. It's recommended to implement a strategy for error handling within the callback, such as logging errors or using a channel to propagate errors back to the caller for handling.
integration test should also be terminated early