-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: failure when deleting created context is not considered error #11190
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
…an error If delete fails there is nothing we or application can do. There is no point returning an error for this. This affects to AT_CellularContext::disconnect not returning an error if context delete fails.
@jarvte, thank you for your changes. |
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 fix for the patch release (changing the return value)?
@jarvte, thank you for your changes. |
Not mandatory for the patch release but if this is not too big of a change it would be good to be there. This helps to get rid of the disconnect failures which we or the app can do nothing about and should be very rare. |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
I guess exporter failure is not related to this pr. |
It's not, Tracking issue for exporters failure: #11209 |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
If context delete fails there is nothing we or application can do. There is no point
returning an error for this. This affects to CellularContext/AT_CellularContext::disconnect
not returning an error if context delete fails. No need for documentation update.
Pull request type
Reviewers
@AriParkkila