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

Fix LTTng issue with test_ros2trace and test_tracetools_launch so that they can run tracing tests in parallel #99

Open
christophebedard opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@christophebedard
Copy link
Member

christophebedard commented Mar 25, 2024

This is a follow-up to #94.

#95 changed the tracing tests to be able to run them in parallel with normal tests and tracing tests. However, there was still an issue when test_ros2trace and test_tracetools_launch were running tests in parallel in ci.ros2.org, see: #95 (comment). This issue does not seem to happen locally. If test_ros2trace and test_tracetools_launch happen to not run tests simultaneously, then the tests usually pass, but that is mostly based on luck.

To temporarily work around it, we made test_ros2trace depend on test_tracetools_launch so that they wouldn't run tests in parallel, see: #95 (comment).

Now, we need to fix the issue and remove the workaround.

@christophebedard christophebedard added the bug Something isn't working label Mar 25, 2024
@christophebedard christophebedard self-assigned this Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant