Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for regression in
open_succeeds_twice
and `minimal_writer_examp…
…le` tests (#1667) (#1675) * Use test-specific temp subfolder to avoid leftovers from previous run Signed-off-by: Michael Orlov <[email protected]> * Address flakiness in TestRosbag2CPPAPI::minimal_writer_example - The `serialized_msg2` is not owning the serialized data after the first call writer.write(serialized_msg2,..). i.e. need to use another message or another API in test for second call to writer.write(msg). Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Michael Orlov <[email protected]> (cherry picked from commit 8523995) Co-authored-by: Michael Orlov <[email protected]>
- Loading branch information