-
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
RPC: Restart commissioning after setting SpakeInfo #23276
Merged
Merged
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,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jtung-apple,
kghost,
kpschoedel,
lazarkov,
LuDuda,
mlepage-google and
msandstedt
October 20, 2022 15:12
pullapprove
bot
requested review from
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yunhanw-google
October 20, 2022 15:12
PR #23276: Size comparison from d7cd5aa to aea35dd Increases (3 builds for bl702, telink)
Decreases (2 builds for nrfconnect, telink)
Full report (9 builds for bl702, linux, nrfconnect, telink)
|
tcarmelveilleux
approved these changes
Oct 20, 2022
rgoliver
force-pushed
the
restart-spake
branch
from
October 20, 2022 16:19
aea35dd
to
393f699
Compare
PR #23276: Size comparison from d7cd5aa to 393f699 Increases (9 builds for bl602, bl702, efr32, esp32, mbed, psoc6, telink)
Decreases (2 builds for esp32, qpg)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
bzbarsky-apple
requested changes
Oct 20, 2022
rgoliver
force-pushed
the
restart-spake
branch
3 times, most recently
from
October 21, 2022 17:06
026c0d4
to
42ff525
Compare
PR #23276: Size comparison from a325034 to 42ff525 Increases (12 builds for bl602, bl702, cc13x2_26x2, efr32, k32w, mbed, psoc6, telink)
Decreases (5 builds for bl702, cyw30739, esp32, k32w, nrfconnect)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
bzbarsky-apple
approved these changes
Oct 21, 2022
rgoliver
force-pushed
the
restart-spake
branch
from
October 21, 2022 20:44
42ff525
to
752405c
Compare
PR #23276: Size comparison from 559c7d5 to 752405c Increases (3 builds for bl702, mbed, telink)
Full report (12 builds for bl702, linux, mbed, nrfconnect, qpg, telink)
|
The CommissioningWindowManager now caches the CommssionableDataProvider and therefore needs to be restarted after changing the SpakeInfo using the RPC for testing.
rgoliver
force-pushed
the
restart-spake
branch
from
October 25, 2022 22:20
752405c
to
d66541f
Compare
PR #23276: Size comparison from 0c2f7c6 to d66541f Increases (13 builds for bl602, bl702, cc13x2_26x2, efr32, mbed, psoc6, qpg, telink)
Decreases (3 builds for bl702, cc13x2_26x2, esp32)
Full report (38 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
adbridge
pushed a commit
to ARM-software/connectedhomeip
that referenced
this pull request
Nov 18, 2022
The CommissioningWindowManager now caches the CommssionableDataProvider and therefore needs to be restarted after changing the SpakeInfo using the RPC for testing.
adbridge
pushed a commit
to ARM-software/connectedhomeip
that referenced
this pull request
Nov 18, 2022
The CommissioningWindowManager now caches the CommssionableDataProvider and therefore needs to be restarted after changing the SpakeInfo using the RPC for testing.
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:
The CommissioningWindowManager now caches the CommssionableDataProvider and breaks
rpcs.chip.rpc.Device.SetSpakeInfo
, which provides the ability for a test harness to change the spake info temporarily at runtime.Changed:
Close and reopen the commissioning window after setting the value.
Testing:
Verified changing discriminator and spake info on efr32: