-
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
Fix status report in ReadClient #21458
Merged
woody-apple
merged 1 commit into
sve
from
cherry-pick-ad27b61e1460cbf5c9899516fea39422ec862b16
Aug 2, 2022
Merged
Fix status report in ReadClient #21458
woody-apple
merged 1 commit into
sve
from
cherry-pick-ad27b61e1460cbf5c9899516fea39422ec862b16
Aug 2, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@woody-apple I think you'll need to cherry-pick #21321 to get this one to pass tests... |
Created #21462 to do that. |
PR #21458: Size comparison from 4052fa1 to 968bd2d Increases (13 builds for bl602, cc13x2_26x2, efr32, linux, p6, telink)
Decreases (10 builds for cc13x2_26x2, linux)
Full report (39 builds for bl602, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, p6, telink)
|
woody-apple
force-pushed
the
cherry-pick-ad27b61e1460cbf5c9899516fea39422ec862b16
branch
from
July 30, 2022 16:02
968bd2d
to
04eff3c
Compare
PR #21458: Size comparison from 8e606b5 to 04eff3c Increases (6 builds for bl602, esp32, linux)
Decreases (10 builds for esp32, linux, nrfconnect)
Full report (18 builds for bl602, esp32, linux, mbed, nrfconnect)
|
* Fix status report in ReadClient * address comments * comments
woody-apple
force-pushed
the
cherry-pick-ad27b61e1460cbf5c9899516fea39422ec862b16
branch
from
August 1, 2022 21:59
04eff3c
to
048e55d
Compare
PR #21458: Size comparison from c5e7ab6 to 048e55d Decreases (3 builds for k32w, nrfconnect)
Full report (5 builds for k32w, mbed, nrfconnect)
|
woody-apple
deleted the
cherry-pick-ad27b61e1460cbf5c9899516fea39422ec862b16
branch
August 2, 2022 00:43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Fix status report in ReadClient
This PR is cut from #19356
Change overview
ProcessStatusReport would send status report with Success when the processing is successful, otherwise, the status report with invalid action would be sent by the caller.
Then onMessageReceived in ReadClient would send status report with invalid action when there is error happening in incoming message.
Fix InteractionModelEngine::OnUnsolicitedReportData, when error happens, we should send status report with invalid action.
Testing
Add tests to test how readClient for read/subscribe handle problematic message.