-
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
Investigate and re-enable the OTA CI test #15426
Comments
When Linux fails, the requestor does not commission. When Darwin fails, send ota announce provider command fails Sometimes github also fails to clone some repos |
The OTA test on linux platform fails about 20% of the time. Some logs when commissioning succeeds Some logs when commissioning fails The requestor is given the port corresponding to the provider, causing requestor commissioning to fail. It needs to be determined why MDNS sometimes resolves the incorrect port for the requestor. |
The incorrect port is picked up here -
|
Chip-tool and requestor logs upon failure: |
The Requestor UDP port is always set to 5560 by using the the command line option |
I tested a few solutions suggested by other Matter developers
This did not fix the unstableness of the test. |
@carol-apple Is this still an issue given the YAML coverage you added? |
#18344 fixes this issue |
Problem
OTA CI tests were disabled in #15424 because of instability, possibly related to mDNS. Slack discussion: https://csamembers.slack.com/archives/G014G30SVV0/p1645552481568699
Need to investigate what's happening and eventually re-enable the CI.
Proposed Solution
The text was updated successfully, but these errors were encountered: