-
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
[Scenes] Missing Tests Cases #32632
[Scenes] Missing Tests Cases #32632
Conversation
563cb6c
to
0fff849
Compare
PR #32632: Size comparison from 5e37f1e to d930bfe Increases above 0.2%:
Full report (40 builds for bl602, bl702, bl702l, cc32xx, cyw30739, linux, nxp, psoc6, qpg, stm32, tizen)
|
d930bfe
to
0920a78
Compare
PR #32632: Size comparison from 78ce5b0 to 0920a78 Increases above 0.2%:
Full report (79 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
0920a78
to
432a301
Compare
PR #32632: Size comparison from 6cdd274 to 432a301 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
432a301
to
ce3342a
Compare
PR #32632: Size comparison from e8e9fc5 to ce3342a Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
ce3342a
to
90daf92
Compare
PR #32632: Size comparison from 150aad3 to 90daf92 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
90dc9a6
to
bc694d8
Compare
PR #32632: Size comparison from e772b69 to bc694d8 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Co-authored-by: Boris Zbarsky <[email protected]>
bc694d8
to
64dbdd2
Compare
PR #32632: Size comparison from 3d69583 to 64dbdd2 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #32632: Size comparison from 3d69583 to 68e8728 Increases above 0.2%:
Full report (12 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
68e8728
to
4c2702a
Compare
PR #32632: Size comparison from a9bd869 to 4c2702a Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* Implemented missing yaml tests cases and added EFS validation in SceneHandlerImpl * Apply suggestions from code review Co-authored-by: Boris Zbarsky <[email protected]> * Cleanup up comments and useless static cast --------- Co-authored-by: Boris Zbarsky <[email protected]>
Implemented missing yaml tests cases for points 1 to 3 of https://github.com/CHIP-Specifications/chip-test-plans/issues/4060 and server checks in code to verify validity of ExtensionFieldSets attributes.
Fixes: https://github.com/CHIP-Specifications/chip-test-plans/issues/4060
Also added a MockNodeConfig for Scenes,
Fixes: #30696
Added test to check for failure on wrong attribute id value,
fixes: #33821
Fixes: https://github.com/CHIP-Specifications/chip-test-plans/issues/4060