-
Notifications
You must be signed in to change notification settings - Fork 47
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
Foxy support #180
Comments
As of eclipse-cyclonedds/cyclonedds#446 Cyclone works for me |
Ah, excellent! We'll hope to hear back from Fast RTPS soon. |
|
To try and summarize the state a bit as of today:
That suggests to me a failure on the ROS 2 side, but please correct me if I'm wrong.
|
Few clarifications:
The error message you point to are expected and part of passing tests (the tests that check that we can do non-secure communication in case of artifacts not found). The failing tests are the ones doing secure communication and they just timeout without printing much information in the console output Also this change has not been tested on windows with a recent openssl that I know of so we don't know if it works on Windows or not. I commented at ros2/system_tests#415 (comment) I added ros2/system_tests#415 to the Fast-RTPS line of the matrix to reflect the fact that we don't have the tests enabled yet
This one doesnt pass in release mode either. It must be related to the content of these openssl archives : https://github.com/ros2/ci/blob/a0dc67363a62d43739775d0319ff9b524fdd442c/windows_docker_resources/Dockerfile.msvc2019#L106 So it needs to be investigated in Release mode, and once that works we'll likely need to point to a different directory when building in debug mode.
❤️ |
@mikaelarguedas would it be worth adding eclipse-cyclonedds/cyclonedds#132 to the matrix above for CycloneDDS? |
Sure thing, updated the comment accordingly |
This issue has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/ros-2-tsc-meeting-minutes-2020-05-21/14247/1 |
closing as way out of date. There may be some matrix cells still not supported. |
Security demos work on Ubuntu Bionic but fail on Focal.
This ticket is to aggregate findings about what need to change ahead of Foxy release.
Current state:
Code to test talker listener
Error message
maybe openSSL support ?- not sure how to do standalone security testing for CycloneWorks as of eclipse-cyclonedds/cyclonedds#446
OpenSSL version:
If it was an openSSL version support issue, rolling distributions like Windows and Macos should have allowed us to catch it earlier..
Windows is using 1.0.2u apparently, https://github.com/ros2/ci/blob/3ec2369bd0ddc04e80b9fadab272abcd46e08b64/windows_docker_resources/Dockerfile.msvc2019#L20 so it's normal it didnt catch any error
on MacOS there seem to be tests failing for a long time, need to track down if it worked with openssl 1.1.1 at some point
The text was updated successfully, but these errors were encountered: