You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in the March 11th monthly meetup, we have some occasional unit test failures. These failures have seemingly been narrowed down to rclrs_tests and appear to be related to DDS usage. See #364 for more details.
With that in mind, it is imperative that we take multiple approaches to thoroughly investigate and analyze the root causes of these failures.
For this issue, we agreed that it would be beneficial to do some research on using shared memory in a unit test that runs in CI. We assume that shared memory requires some form of process isolation, so presumably someone else (another client library) has faced and solved these issues.
As discussed in the March 11th monthly meetup, we have some occasional unit test failures. These failures have seemingly been narrowed down to
rclrs_tests
and appear to be related to DDS usage. See #364 for more details.With that in mind, it is imperative that we take multiple approaches to thoroughly investigate and analyze the root causes of these failures.
For this issue, we agreed that it would be beneficial to do some research on using shared memory in a unit test that runs in CI. We assume that shared memory requires some form of process isolation, so presumably someone else (another client library) has faced and solved these issues.
Note from RTI on this https://community.rti.com/forum-topic/process-isolation-when-testing-dds-code
The text was updated successfully, but these errors were encountered: