-
Notifications
You must be signed in to change notification settings - Fork 788
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 <jesuspoderoso@eprosima.com>
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
9c6500d
to
440a512
Compare
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
@richiprosima please test this |
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
fd4c03b
to
81f8502
Compare
@richiprosima please test this |
* Refs #19054: Fix communication tests not runned Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #19054: Clean before running the test Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs #19054: Make test_wrapper.cmake a configurable file Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs #19054: Fix missing python path Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz <eduardoponz@eprosima.com> Signed-off-by: roscan-tech <liwei378@mail2.sysu.edu.cn>
* Refs #19054: Fix communication tests not runned Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #19054: Clean before running the test Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs #19054: Make test_wrapper.cmake a configurable file Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs #19054: Fix missing python path Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz <eduardoponz@eprosima.com> Signed-off-by: roscan-tech <liwei378@mail2.sysu.edu.cn>
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