-
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
[IM] Fix verious corner cases for event chunking #16346
Merged
erjiaqing
merged 8 commits into
project-chip:master
from
erjiaqing:im/fix-event-chunking
Mar 29, 2022
Merged
[IM] Fix verious corner cases for event chunking #16346
erjiaqing
merged 8 commits into
project-chip:master
from
erjiaqing:im/fix-event-chunking
Mar 29, 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
PR #16346: Size comparison from 4f22a79 to c8f5707 Increases (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
/rebase |
woody-apple
force-pushed
the
im/fix-event-chunking
branch
from
March 18, 2022 09:41
c8f5707
to
50bb769
Compare
PR #16346: Size comparison from f68cca0 to 50bb769 Increases (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
Byungjoo-Lee,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
holbrookt,
harsha-rajendran,
isiu-apple,
jelderton and
jepenven-silabs
March 21, 2022 03:05
pullapprove
bot
requested review from
sagar-apple,
saurabhst,
selissia,
tecimovic,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yufengwangca
March 21, 2022 03:05
bzbarsky-apple
approved these changes
Mar 22, 2022
yunhanw-google
approved these changes
Mar 22, 2022
Co-authored-by: Boris Zbarsky <[email protected]>
PR #16346: Size comparison from 514af46 to 406b657 Increases (16 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (16 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #16346: Size comparison from 514af46 to f4751ee Increases (26 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Decreases (1 build for esp32)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #16346: Size comparison from 514af46 to ff11ff7 Increases (26 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Decreases (1 build for esp32)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
rochaferraz
pushed a commit
to rochaferraz/connectedhomeip
that referenced
this pull request
Mar 31, 2022
* [IM] Fix verious corner cases for event chunking * Fix typo * Lift timeout by 5 min * Update src/app/reporting/Engine.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Make test a bit faster * Fix * Cleanup Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
andrei-menzopol
pushed a commit
to andrei-menzopol/connectedhomeip
that referenced
this pull request
Apr 14, 2022
* [IM] Fix verious corner cases for event chunking * Fix typo * Lift timeout by 5 min * Update src/app/reporting/Engine.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Make test a bit faster * Fix * Cleanup Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
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
There are some corner cases when reading events and attributes at the same time.
Change overview
The cases above is fixed, and is verified by the tests added.
Testing
src/controller/tests/TestReadChunking.cpp