-
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
[chip-tool] Add busyWaitMs optional argument to chip-tool to lock the… #23886
[chip-tool] Add busyWaitMs optional argument to chip-tool to lock the… #23886
Conversation
src/app/tests/suites/commands/interaction_model/InteractionModel.h
Outdated
Show resolved
Hide resolved
src/app/tests/suites/commands/interaction_model/InteractionModel.h
Outdated
Show resolved
Hide resolved
PR #23886: Size comparison from 5529d74 to 0c834ae Increases above 0.2%:
Increases (4 builds for esp32, linux, nrfconnect, qpg)
Decreases (11 builds for bl602, bl702, esp32, nrfconnect, psoc6, telink)
Full report (35 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
0c834ae
to
ebb7b0a
Compare
PR #23886: Size comparison from 9c0ca13 to ebb7b0a Increases above 0.2%:
Increases (13 builds for bl702, cc13x2_26x2, esp32, linux, psoc6, qpg, telink)
Decreases (2 builds for bl602, cc13x2_26x2)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
ebb7b0a
to
c9cbb55
Compare
PR #23886: Size comparison from ac82038 to c9cbb55 Increases (1 build for nrfconnect)
Decreases (3 builds for bl602, bl702, qpg)
Full report (13 builds for bl602, bl702, k32w, mbed, nrfconnect, qpg)
|
… main thread and the reception of messages for a given duration once a message is sent
c9cbb55
to
d59dbb4
Compare
PR #23886: Size comparison from ac82038 to d59dbb4 Increases (8 builds for bl602, cc13x2_26x2, esp32, linux, psoc6, telink)
Decreases (5 builds for bl702, cc13x2_26x2, esp32, k32w, qpg)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@vivien-apple - do we need this after #24063 ? |
@andy31415 Yes, see the PR description in #24063, which explicitly talks about how it differs from this PR. They address different use cases. |
… main thread and the reception of messages for a given duration once a message is sent (project-chip#23886)
… main thread and the reception of messages for a given duration once a message is sent
Problem
The test suite uses a hack to lock the main thread for making it possible to test timed interaction. This can not be reproduce in
chip-tool
.