-
Notifications
You must be signed in to change notification settings - Fork 795
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
[19054] Fix communication tests not runned #3614
Conversation
@richiprosima Please test this |
Update: I've just realized that the tests may keep failing quielty, as far as the test output (pass/fail) seems to be taken from the Update: In fact, shared memory communication tests are not running even with this patch added. |
Signed-off-by: JesusPoderoso <[email protected]>
Signed-off-by: Eduardo Ponz <[email protected]>
9c6500d
to
440a512
Compare
Signed-off-by: Eduardo Ponz <[email protected]>
@richiprosima please test this |
Signed-off-by: JesusPoderoso <[email protected]>
fd4c03b
to
81f8502
Compare
@richiprosima please test this |
* Refs #19054: Fix communication tests not runned Signed-off-by: JesusPoderoso <[email protected]> * Refs #19054: Clean before running the test Signed-off-by: Eduardo Ponz <[email protected]> * Refs #19054: Make test_wrapper.cmake a configurable file Signed-off-by: Eduardo Ponz <[email protected]> * Refs #19054: Fix missing python path Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: Eduardo Ponz <[email protected]> Co-authored-by: Eduardo Ponz <[email protected]> Signed-off-by: roscan-tech <[email protected]>
* Refs #19054: Fix communication tests not runned Signed-off-by: JesusPoderoso <[email protected]> * Refs #19054: Clean before running the test Signed-off-by: Eduardo Ponz <[email protected]> * Refs #19054: Make test_wrapper.cmake a configurable file Signed-off-by: Eduardo Ponz <[email protected]> * Refs #19054: Fix missing python path Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> Signed-off-by: Eduardo Ponz <[email protected]> Co-authored-by: Eduardo Ponz <[email protected]> Signed-off-by: roscan-tech <[email protected]>
Description
The #2886 pull request introduced a change in testing that made communication tests fail quietly, shown as passed.
This PR update the dependency included and introduces the fast dds cli tool in the build env (only if compiling tests) to proceed as expected in the previous PR.
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist