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

feat: add common interface tools test #5815

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

shulanbushangshu
Copy link
Contributor

Description

add common interface toold test

Tests performed

add common interface toold test

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Dec 8, 2023
@shulanbushangshu shulanbushangshu added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 8, 2023
@@ -15,9 +15,11 @@
<depend>diagnostic_updater</depend>
<depend>fmt</depend>
<depend>rclcpp</depend>
<depend>service_log_checker</depend>
Copy link
Contributor

Choose a reason for hiding this comment

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

The service_log_checker is not a package. This causes CI to fail.

<depend>tier4_system_msgs</depend>
<depend>yaml_cpp_vendor</depend>

<test_depend>ament_cmake_ros</test_depend>
Copy link
Contributor

Choose a reason for hiding this comment

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

This package uses ament_cmake_auto, so ament_cmake_ros is not needed if you use ament_auto_add_gtest. instead of ament_add_ros_isolated_gtest.

@@ -0,0 +1,63 @@
// Copyright 2023 TIER IV, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Copyright 2023 TIER IV, Inc.
// Copyright 2023 The Autoware Contributors


TEST(service, checker)
{
{
Copy link
Contributor

@isamu-takagi isamu-takagi Dec 12, 2023

Choose a reason for hiding this comment

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

unused block namespace

Copy link

stale bot commented Feb 19, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Feb 19, 2024
@xmfcx
Copy link
Contributor

xmfcx commented Dec 10, 2024

@shulanbushangshu could you rebase this to the latest main?

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Dec 10, 2024
Copy link

github-actions bot commented Dec 11, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Signed-off-by: jack.song <[email protected]>
Signed-off-by: jack.song <[email protected]>
Signed-off-by: jack.song <[email protected]>
Signed-off-by: jack.song <[email protected]>
Signed-off-by: jack.song <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants