-
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
Add correct checking for whether a command is supported. #14806
Merged
bzbarsky-apple
merged 1 commit into
project-chip:master
from
bzbarsky-apple:fix-unknown-command-errors
Feb 7, 2022
Merged
Add correct checking for whether a command is supported. #14806
bzbarsky-apple
merged 1 commit into
project-chip:master
from
bzbarsky-apple:fix-unknown-command-errors
Feb 7, 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
pullapprove
bot
requested review from
andy31415,
anush-apple,
balducci-apple,
Byungjoo-Lee,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
hawk248,
harsha-rajendran,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
kpschoedel,
LuDuda,
lzgrablic02,
mlepage-google and
msandstedt
February 4, 2022 21:05
pullapprove
bot
requested review from
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yunhanw-google
February 4, 2022 21:05
PR #14806: Size comparison from 9423bb4 to aa17eb1 Increases (8 builds for cyw30739, k32w, qpg, telink)
Full report (9 builds for cyw30739, k32w, qpg, telink)
|
bzbarsky-apple
force-pushed
the
fix-unknown-command-errors
branch
from
February 4, 2022 21:34
aa17eb1
to
e594aeb
Compare
PR #14806: Size comparison from 9423bb4 to e594aeb Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
force-pushed
the
fix-unknown-command-errors
branch
from
February 5, 2022 00:18
e594aeb
to
d7717cc
Compare
PR #14806: Size comparison from 4549ca8 to d7717cc Increases above 0.2%:
Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
force-pushed
the
fix-unknown-command-errors
branch
from
February 5, 2022 02:49
d7717cc
to
df971f0
Compare
PR #14806: Size comparison from 740284a to df971f0 Increases above 0.2%:
Increases (16 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
Full report (17 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
|
bzbarsky-apple
force-pushed
the
fix-unknown-command-errors
branch
from
February 5, 2022 03:45
df971f0
to
6eaf69a
Compare
PR #14806: Size comparison from 740284a to 6eaf69a Increases above 0.2%:
Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
This also fixes the status reporting for unsupported endpoints and clusters. And fixes some tests to use the right endpoint, now that we are checking that sort of thing. Fixes project-chip#7612 Fixes project-chip#13920 Fixes project-chip#14022 Fixes project-chip#11578 Fixes project-chip#11185
bzbarsky-apple
force-pushed
the
fix-unknown-command-errors
branch
from
February 5, 2022 06:52
6eaf69a
to
606d9d2
Compare
PR #14806: Size comparison from 740284a to 606d9d2 Increases above 0.2%:
Increases (39 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (43 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
jmartinez-silabs
approved these changes
Feb 7, 2022
mrjerryjohns
approved these changes
Feb 7, 2022
msandstedt
approved these changes
Feb 7, 2022
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Feb 7, 2022
…p#14806) This also fixes the status reporting for unsupported endpoints and clusters. And fixes some tests to use the right endpoint, now that we are checking that sort of thing. Fixes project-chip#7612 Fixes project-chip#13920 Fixes project-chip#14022 Fixes project-chip#11578 Fixes project-chip#11185
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.
This also fixes the status reporting for unsupported endpoints and clusters.
Fixes #7612
Fixes #13920
Fixes #14022
Fixes #11578
Fixes #11185
Problem
Change overview
Fix those issues by using the ClientGeneratedCommandList metadata we have.
Also fix the status bits for attributes.
Testing
Modified existing yaml tests to test the new status.
Modified existing yaml tests that were failing now due to trying to talk to the wrong endpoint.