-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove netsocket icetea tests and TCPServer #12694
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
Remove netsocket icetea tests and TCPServer #12694
Conversation
@kivaisan, thank you for your changes. |
CI started |
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.
I can see you updated the unittests as well, that's great.
To my surprise I didn't find any documentation for TCPServer
in mbed-os, neither in mbed-os-5-docs (other than one sentence explaining why TCPServer
is not neccesary), os I guess this is complete :)
I did look at documents as well and noticed TCPServer was not mentioned. The only instance about removed stuff in documents I found from here: https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/testing_icetea.md#test-names but also here it is only referred as an example. |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
tests-psa-its_ps failure probably isn't caused by this PR? |
We will restart tests later today (CI issues being fixed one by one) |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Pull request has been modified.
Rebased. |
CI started |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Rebased |
CI started |
Test run: FAILEDSummary: 2 of 3 test jobs failed Failed test jobs:
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
TCPSocket should be used instead.
Rebased |
@0xc0170 Could you please restart CI for this? Those earlier CI failures do not seem to relate to this PR. |
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
I merged this accidentally as we are about to release beta1 today. I'll revert it now on master and create the same one for beta2, so nothing to do here, just a note to be aware. It will be on master later today again. |
Summary of changes
Remove deprecated Netsocket Icetea tests and
TCPServer
class.Impact of changes
TCPServer
class removedMigration actions required
TCPSocket
can be used instead ofTCPServer
Documentation
None
Pull request type
Test results
Reviewers