Skip to content
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

TCP multiple descriptors #2920

Closed
wants to merge 2 commits into from
Closed

Conversation

jparisu
Copy link
Contributor

@jparisu jparisu commented Aug 12, 2022

Add Regression Test of TCP communication with multiple TCP descriptors.

Description

This test should work as the TCP one and expected not to fail, but the communication is never established and so it fails with timeout.

NOTE: there is a commit adding logs to facilitate the debugging of the test.

Contributor Checklist

  • Commit messages follow the project guidelines.
  • The code follows the style guidelines of this project.
  • Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added.
  • Any new/modified methods have been properly documented using Doxygen.
  • Fast DDS test suite has been run locally.
  • Changes are ABI compatible.
  • Changes are API compatible.
  • Documentation builds and tests pass locally.
  • New feature has been added to the versions.md file (if applicable).
  • New feature has been documented/Current behavior is correctly described in the documentation.

Reviewer Checklist

  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

jparisu added 2 commits August 12, 2022 13:46
Signed-off-by: jparisu <javierparis@eprosima.com>
Signed-off-by: jparisu <javierparis@eprosima.com>
@jparisu jparisu force-pushed the test/tcp-multiple-descriptors branch from 55741df to 44159fe Compare August 12, 2022 11:46
@JLBuenoLopez
Copy link
Contributor

@jparisu What is the status of this draft? Can it be closed? Is there work planned to move it forward?

@jparisu
Copy link
Contributor Author

jparisu commented Mar 21, 2023

This was a test/demonstrator to check if Fast DDS supportsmultiple TCP transport descriptors in the same Domain Participant.
The result of the test was that it does not, but it is probably a required feature for future tools.
@rsanchez15 what should we do about this?

@EduPonz EduPonz closed this Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants