-
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
Follow-up Persistent Subscription tests #31310
Follow-up Persistent Subscription tests #31310
Conversation
PR #31310: Size comparison from e241e32 to 2e1ba11 Increases above 0.2%:
Increases (1 build for linux)
Decreases (1 build for linux)
Full report (38 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #31310: Size comparison from e241e32 to f260377 Full report (5 builds for cc32xx, mbed, qpg)
|
PR #31310: Size comparison from e241e32 to 54445a1 Increases above 0.2%:
Increases (11 builds for linux)
Decreases (2 builds for efr32, linux)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
src/controller/python/test/test_scripts/subscription_resumption_capacity_test_ctrl1.py
Outdated
Show resolved
Hide resolved
PR #31310: Size comparison from e241e32 to fd6df24 Increases above 0.2%:
Increases (39 builds for bl602, bl702, bl702l, cc32xx, esp32, linux, psoc6, telink)
Decreases (43 builds for bl702l, cc13x4_26x4, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, qpg, telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
fd6df24
to
ab51c9d
Compare
PR #31310: Size comparison from 418b598 to ab51c9d Increases above 0.2%:
Increases (11 builds for linux)
Decreases (2 builds for efr32, linux)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@@ -1670,6 +1670,7 @@ endpoint 0 { | |||
ram attribute clusterRevision default = 1; | |||
|
|||
handle command OpenCommissioningWindow; | |||
handle command OpenBasicCommissioningWindow; |
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.
Why is this being enabled? Where is it used? And why?
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.
Just to make the device can be commissioned to the second fabric easily. If using the two controller (devCtrl and devCtrl2) in one same container/host to execute this test, the accessory can still resolve the address for first controller even if the first controller is shutdown by 'self.devCtrl.Shutdown()'. So I used two containers for two fabrics. If using OpenBasicCommissioningWindow from the first controller, the second could use the original setup pincode to commission the server device.
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.
thanks for clarification
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.
Would follow-up it if it is still concerning. thanks
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.
So is the issue here that you can't communicate the right setup code from OpenCommissioningWindow to the other container?
The problem here is that this example was explicitly not enabling OpenCommissioningWindow because it's meant to be an example of how you actually do a real app. We are not messing that up because of our testing limitations. We should really not be doing that @wqx6 @yunhanw-google
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
PR #31310: Size comparison from 418b598 to 68d2a84 Increases above 0.2%:
Increases (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
Decreases (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
Fixes #30971
In this PR: