Testing with Iceoryx in the loop #2045
Answered
by
elBoberido
forestf255
asked this question in
Q&A
|
Hey all, I'm looking for any recommendations on testing once Iceoryx has been integrated into a project. Since Iceoryx/Roudi relies on some compile-time set filepaths and the IceOryxRouDiMemoryManager disallows running multiple instances of Roudi at once, it seems it is not possible to run integration tests in parallel that depend on Iceoryx. Are there any options to run Roudi fully encapsulated within a process without it writing to the file system? Thanks! |
Answered by
elBoberido
Oct 17, 2023
Replies: 1 comment
|
@forestf255 no, currently this is not possible. There are some ideas to add something like a domain ID to RouDi but there is no ETA on this. |
0 replies
Answer selected by
forestf255
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@forestf255 no, currently this is not possible. There are some ideas to add something like a domain ID to RouDi but there is no ETA on this.