-
Notifications
You must be signed in to change notification settings - Fork 3k
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 2 string based IP address removal regressions #12506
Conversation
This is not yet fixing the report from yesterday:
or is it? |
No it's not. In this log the actual error is: |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Pull request has been modified.
@0xc0170 I noticed there was a small bug in L3IPInterface. I pushed a fixed version, so please rerun CI tests. |
@kivaisan, thank you for your changes. |
CI restarted |
Test run: FAILEDSummary: 5 of 11 test jobs failed Failed test jobs:
|
@0xc0170 Is this still some CI problem as I'm unable to find any actual build failure? |
Yes, I restarted CI. Client is flaky today, cc @ARMmbed/mbed-os-test |
Restarted entire pipeline again |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
Tests should be fixed, restarted |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
@kivaisan Please rebase, will restart CI asap |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
String based get_ip_address has been removed and SocketAddress based must be used.
String based ip addresses has been deprecated and SocketAddress must be used instead.
Rebased. |
CI restarted |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
Fix 2 regressions introduced in #11942:
get_ip_address
. Fixed to useSocketAddress
.L3IPInterface::set_network
was not usingSocketAddress
. Fixed to use SocketAddress also to store ip_address, netmask and gateway.Fixes: #12486
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-wan @michalpasztamobica