-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.13.0-rc4 #10889
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
Conversation
IPV6 and IPV6V4 support is also network dependent not only modem. Having these properties enabled for a modem requires a fallback mechanism during PDP context activation. This mechanism is missing at the moment and that can result in imposibility to establish succesfull connection when network only supports IPV4 contexts.
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
@ARMmbed/mbed-os-test Can you help with the client failure? |
or is this on the client side (error status) ? cc @teetak01 @JanneKiiskila |
Execution mode for the files is being changed; 100644 → 100755 - that should not happen. |
Good catch, fixing now and restarting tests once client completes |
This was taken to master, not the release script -> it picked up the file already changed :/ Need to catch this in travis or somewhere else. |
This comment has been minimized.
This comment has been minimized.
The failure is being tracked in #10849 |
All fine from client side (there are failures on their side of things, will be picked up separately - will recheck now). We will continue with 10849 issue as well to have this addressed on master. |
No description provided.