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

Remove rosbag2_compression test dependencies on zstd implementation in prep for moving it into a separate package #637

Merged
merged 3 commits into from
Feb 5, 2021

Conversation

emersonknapp
Copy link
Collaborator

@emersonknapp emersonknapp commented Feb 4, 2021

Part of #598

Make the rosbag2_compression tests use a generic test plugin instead of a specific real implementation. Remove the tests that are simply testing that the mock does some arbitrary behavior - now that these mocks are actually being used by a real test.

Once zstd implementation moves to separate rosbag2_compression_zstd package - we cannot depend on using that implementation in this interface package, the dependency relationship will go the opposite direction

…n prep for moving it into a separate package

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
@emersonknapp emersonknapp marked this pull request as ready for review February 4, 2021 23:11
@emersonknapp emersonknapp requested a review from a team as a code owner February 4, 2021 23:11
@emersonknapp emersonknapp requested review from thomas-moulard and zmichaels11 and removed request for a team February 4, 2021 23:11
@emersonknapp
Copy link
Collaborator Author

Gist: https://gist.githubusercontent.com/emersonknapp/c4b653f6a59d718ab5c23156164d7f23/raw/d68e33d8a45aa81fac2bcede277215f47741542d/ros2.repos
BUILD args: --packages-up-to rosbag2_compression rosbag2_tests
TEST args: --packages-select rosbag2_compression rosbag2_tests
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/7597

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Emerson Knapp added 2 commits February 4, 2021 16:29
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
…the DLL linkage information around the fake plugin, which is not intended to be linked against

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
@emersonknapp
Copy link
Collaborator Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@emersonknapp emersonknapp merged commit 2a23538 into master Feb 5, 2021
@delete-merged-branch delete-merged-branch bot deleted the emersonknapp/compression-tests-no-require-zstd branch February 5, 2021 01:45
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

2 participants