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

add unit tests for server / client #13

Merged
merged 1 commit into from
Apr 20, 2015
Merged

Conversation

dirk-thomas
Copy link
Member

Connects to ros2/ros2#27.

http://54.183.26.131:8080/view/ros2/job/ros2_batch_ci_linux/29/

The test passes for:

  • Connect cpp
  • OpenSplice cpp

It fails for:

  • Connext XTypes

since support for services has not been implemented for that rmw implementation yet.

@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label Apr 16, 2015
@dirk-thomas dirk-thomas self-assigned this Apr 16, 2015
@dirk-thomas
Copy link
Member Author

For now the CMake only creates tests for the rmw variants which have been implemented: http://54.183.26.131:8080/view/ros2/job/ros2_batch_ci_linux/38/testReport/(root)/

To avoid diverging this should be merged as-is. The Connext XTypes test can be activated in ros2/ros2#27.

@esteve @tfoote @wjwwood Please review.


auto wait_for_response_until = std::chrono::steady_clock::now() +
std::chrono::seconds(1);
std::future_status status;
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Depending on which one gets merged first. If this get merged first I would say we should update the referenced PRs. If this one gets merged after the referenced PRs I can update this to use the new API.

@wjwwood
Copy link
Member

wjwwood commented Apr 20, 2015

+1

2 similar comments
@tfoote
Copy link
Contributor

tfoote commented Apr 20, 2015

+1

@esteve
Copy link
Member

esteve commented Apr 20, 2015

+1

dirk-thomas added a commit that referenced this pull request Apr 20, 2015
add unit tests for server / client
@dirk-thomas dirk-thomas merged commit a9d52fd into master Apr 20, 2015
@dirk-thomas dirk-thomas removed the in progress Actively being worked on (Kanban column) label Apr 20, 2015
@dirk-thomas dirk-thomas deleted the test_request_response branch April 20, 2015 22:51
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.

None yet

4 participants