-
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
[ICD]Add unit tests for the ICD Manager operational states #28729
[ICD]Add unit tests for the ICD Manager operational states #28729
Conversation
PR #28729: Size comparison from d0da504 to 5bf71ea Increases (7 builds for psoc6, telink)
Decreases (14 builds for bl602, bl702, bl702l, efr32, psoc6, telink)
Full report (55 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, 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.
As a side comment, by the BUILD.gn current setup, we are currently testing everything in icd/ except the IcdManagementServer, are we planing to to a specific unit test .cpp for it? Otherwise could we just have a TestICD.cpp and add the dependency to server-srcs in tests/BUILD.gn to allow placing the test in here as well?
a2e15ab
to
25dfa2e
Compare
PR #28729: Size comparison from d0da504 to 25dfa2e Increases (5 builds for psoc6, telink)
Decreases (13 builds for bl602, bl702, efr32, esp32, psoc6, telink)
Full report (57 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
|
25dfa2e
to
623f232
Compare
PR #28729: Size comparison from e8cb4ff to b0a6248 Increases (10 builds for bl702, bl702l, psoc6, telink)
Decreases (4 builds for bl602, esp32, psoc6, telink)
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
…hip#28729) * Add unit tests for the ICD Manager * Address comment, try to fix test for ESP and IOT SDK * Use GetIOContext().DriveIO() to run event loop. Set the systemLayer for test to be the IOContext one * Clean up * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
…hip#28729) * Add unit tests for the ICD Manager * Address comment, try to fix test for ESP and IOT SDK * Use GetIOContext().DriveIO() to run event loop. Set the systemLayer for test to be the IOContext one * Clean up * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
Add tests for ICD Manager