-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Incorrect handling of operational errors #28891
Comments
The lack of test is due to the need of an application that can trigger an error state. We are in the process of building such a device application to allow us to test this and other events and states that are not testable at the moment. |
@hicklin This could be done in all-clusters-app in a YAML test using either a new thing on the UnitTesting cluster or using TestEventTrigger... or maybe adding new YAML functionality to send messages down the pipe all-clusters-app is listening on for triggering its event. |
See #28577 (review)
The immediate issue is the backwards check for "is our error different from the previous one?". But a bigger problem is a clear lack of tests for the functionality....
The text was updated successfully, but these errors were encountered: