-
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
Fix and enable Matter Casting automation CI check for commissioner-generated-passcode flow. #34178
Fix and enable Matter Casting automation CI check for commissioner-generated-passcode flow. #34178
Conversation
…nerated-passcode flow.
PR #34178: Size comparison from f8a633e to 6c02db3 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
The test failure on the original version was usually an mDNS timeout, see e.g. https://github.com/project-chip/connectedhomeip/actions/runs/9749187740/job/26905811716 Is that what you fixed? I think it would be good to just re-run the CI job a few times to make sure it passes consistently. |
Hi @ksperling-apple, the timeout was because the test couldn't find the string So the fix was to update the string in the test script to match the latest string format in the source code. |
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.
CI Test passed 3 times, looks good to me.
…nerated-passcode flow. (project-chip#34178)
Fixes #34151
Problem
The commit with the CI check for the commissioner-generated-passcode was reverted as it was consistently failing after being merged in.
Solution
Fixed the string that was causing the error.
Testing
scripts/examples/gn_build_example.sh examples/tv-app/linux/ out/tv-app
scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app chip_casting_simplified=true
python3 ./scripts/tests/run_tv_casting_test.py
python3 ./scripts/tests/run_tv_casting_test.py --commissioner-generated-passcode=True