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

Disable any cross-vendor communication tests for Fast-RTPS. #322

Merged
merged 2 commits into from
Dec 14, 2018

Conversation

nuclearsandwich
Copy link
Member

Builds are actually failing for all cross-vendor tests involving rmw_fastrtps_cpp not just those between Connext and Fast-RTPS.

Builds are actually failing for all cross-vendor tests involving
rmw_fastrtps_cpp not just those between Connext and Fast-RTPS.
@nuclearsandwich nuclearsandwich added the in progress Actively being worked on (Kanban column) label Dec 14, 2018
@nuclearsandwich
Copy link
Member Author

nuclearsandwich commented Dec 14, 2018

test_communication with all RMW vendors enabled: Build Status

Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nuclearsandwich nuclearsandwich added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Dec 14, 2018
@sloretz
Copy link
Contributor

sloretz commented Dec 14, 2018

Linter passes locally with 323e45d. Merging

The following tests passed:
        lint_cmake

@sloretz sloretz merged commit d3d8ff1 into master Dec 14, 2018
@sloretz sloretz removed the in review Waiting for review (Kanban column) label Dec 14, 2018
@sloretz sloretz deleted the disable-all-fastrtps-cross-vendor branch December 14, 2018 22:02
(rmw_implementation1_is_connext AND rmw_implementation2_is_fastrtps) OR
(rmw_implementation1_is_fastrtps AND rmw_implementation2_is_connext))
)
if(WIN32 AND (rmw_implementation1_is_fastrtps OR rmw_implementation2_is_fastrtps))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This condition skips the FastRTPS to FastRTPS pub/sub tests on Windows. I assume that was unintentional?

See #377 for the propose fix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that seems unintentional, I'll review #377.

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.

4 participants