-
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
Once CI supports IPV6, TestTCP/UDP should make the 'EADDRNOTAVAIL' fatal #2698
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale issue has been automatically closed. Thank you for your contributions. |
Reopening because this still exists (and I'm about to fix it). |
#### Problem Fixes project-chip#2698 Once CI supports IPV6, TestTCP/UDP should make the 'EADDRNOTAVAIL' fatal #### Change overview Remove the special handling of `EADDRNOTAVAIL`. #### Testing CI
#### Problem Fixes #2698 Once CI supports IPV6, TestTCP/UDP should make the 'EADDRNOTAVAIL' fatal #### Change overview Remove the special handling of `EADDRNOTAVAIL`. #### Testing CI
Problem
We specifically allow transport tests to pass on IPV6 when we get ADDRNOTAVAIL.
Proposed Solution
IPV6 failures should be fatal as CHIP requires IPV6.
The text was updated successfully, but these errors were encountered: