-
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
OpState + RVC OpState - add tests for new pause and resume compatible states #31429
OpState + RVC OpState - add tests for new pause and resume compatible states #31429
Conversation
…plience when in the Stopped and Error states.
PR #31429: Size comparison from 5f1eb5b to 30cdc44 Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #31429: Size comparison from 603f1f6 to 4b5e247 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
4b5e247
to
3d10c16
Compare
3ec8b31
to
de3749f
Compare
PR #31429: Size comparison from 005813f to de3749f Decreases (2 builds for efr32)
Full report (44 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #31429: Size comparison from 9c94fe6 to 7d15399 Full report (40 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #31429: Size comparison from 9c94fe6 to 7cb964a Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #31429: Size comparison from 9c94fe6 to deb5683 Increases above 0.2%:
Increases (3 builds for linux)
Decreases (12 builds for efr32, esp32, linux, nrfconnect, psoc6, telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Co-authored-by: Petru Lauric <[email protected]>
PR #31429: Size comparison from 049fef0 to b1da845 Decreases (2 builds for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #31429: Size comparison from 049fef0 to 59f9d7b Decreases (2 builds for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #31429: Size comparison from 049fef0 to 4fb0c57 Full report (28 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, k32w, mbed, nrfconnect, qpg)
|
Co-authored-by: Petru Lauric <[email protected]>
PR #31429: Size comparison from 049fef0 to d268c35 Decreases (2 builds for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #31429: Size comparison from ddc961d to 24288f0 Full report (3 builds for cc32xx, mbed)
|
PR #31429: Size comparison from ddc961d to 9157533 Decreases (2 builds for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed this with Lucus earlier, but all these opstate tests
- Should be coming from a common function since we have the ability to do this in python
- Need to be enabled in the CI. Which means all the folks involved in the opstate cluster development need to get together to find a way to trigger the manual pieces if this script in the example apps so they can be enabled in the CI
Right now, QA won't be able to run these.
See #31561
Co-authored-by: C Freeman <[email protected]>
PR #31429: Size comparison from ed22840 to dee65a2 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Fixes #31393.
This PR updates the Operational State and RVC Operational State cluster test scripts based on the test-plan changes in this PR.
In summary, this PR