-
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
Updated unit tests in src/transport/tests/ to use PW instead of NL. #33155
Updated unit tests in src/transport/tests/ to use PW instead of NL. #33155
Conversation
PR #33155: Size comparison from 742e65b to e355af0 Decreases (1 build for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33155: Size comparison from 742e65b to 98c095a Decreases (1 build for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
@@ -131,10 +128,25 @@ void TestSecureSessionTable::CreateSessionTable(std::vector<SessionParameters> & | |||
} | |||
} | |||
|
|||
void TestSecureSessionTable::ValidateSessionSorting(nlTestSuite * inSuite, void * inContext) | |||
class SecureSessionTableTest : public ::testing::Test |
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.
Merge this class with TestSecureSessionTable
PR #33155: Size comparison from a28965b to 20d5280 Full report (38 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32)
|
PR #33155: Size comparison from a28965b to b6a0dcf Increases (17 builds for esp32, telink)
Decreases (20 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, psoc6)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33155: Size comparison from a28965b to 64e1a39 Increases above 0.2%:
Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
Decreases (14 builds for bl702l, linux, telink)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
…nto feature/unittest-transport-tests
PR #33155: Size comparison from f9ac954 to 6c89ead Full report (6 builds for cc32xx, mbed, qpg, stm32)
|
PR #33155: Size comparison from f9ac954 to 3482974 Increases (2 builds for esp32)
Decreases (2 builds for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33155: Size comparison from 80c19cd to 380404f Decreases (2 builds for efr32)
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
@@ -40,4 +40,4 @@ chip_test_suite_using_nltest("data_model") { | |||
"${chip_root}/src/transport/raw/tests:helpers", | |||
"${nlunit_test_root}:nlunit-test", | |||
] | |||
} | |||
} |
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.
some of these files seem to have lost the trailing newline. Could we add it back?
These changes are replacing NL unit tests with pigweed unit tests. I updated the tests in src/transport/tests/