-
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
Multiple spec compliance fixes to NOC cluster #18965
Merged
tcarmelveilleux
merged 20 commits into
project-chip:master
from
tcarmelveilleux:remove-remove-trusted-root
Jun 1, 2022
Merged
Multiple spec compliance fixes to NOC cluster #18965
tcarmelveilleux
merged 20 commits into
project-chip:master
from
tcarmelveilleux:remove-remove-trusted-root
Jun 1, 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
- Add all missing IM-level checks that would lead to INVALID_COMMAND error on incorrectly provided inputs - Normalize logging of errors some more - Add missing interlocks on fail-safe - Remove RemoveTrustedRootCertificate command - Ensure error-handling in AddTrustedRootCertificate does not destroy in-progress state on innocuous errors - Move some IM structural checks before fail-safe checks in AddNOC/UpdateNOC Issue project-chip#18633 Fixes project-chip#15311 Fixes project-chip#17209
PR #18965: Size comparison from 6ef806b to 8c5d5cd Increases above 0.2%:
Increases (20 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
Decreases (7 builds for cyw30739, k32w, linux, mbed, nrfconnect)
Full report (23 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
emargolis
approved these changes
May 30, 2022
PR #18965: Size comparison from 6ef806b to 5c29287 Increases above 0.2%:
Increases (38 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
Decreases (24 builds for cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
bzbarsky-apple
approved these changes
May 31, 2022
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Show resolved
Hide resolved
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Outdated
Show resolved
Hide resolved
PR #18965: Size comparison from eb3ac83 to c9d6588 Increases above 0.2%:
Increases (9 builds for cyw30739, k32w, linux, nrfconnect, telink)
Decreases (6 builds for cyw30739, k32w, linux, mbed, nrfconnect)
Full report (12 builds for cyw30739, k32w, linux, mbed, nrfconnect, telink)
|
PR #18965: Size comparison from eb3ac83 to c192af8 Increases above 0.2%:
Increases (38 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
Decreases (23 builds for cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect)
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
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
Issue #18633
Fixes #15311
Fixes #17209
Change overview
INVALID_COMMAND error on incorrectly provided inputs
does not destroy in-progress state on innocuous errors
in AddNOC/UpdateNOC
Testing