We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b75eb commit 896d8b8Copy full SHA for 896d8b8
rosbag2_py/test/test_transport.py
@@ -80,6 +80,7 @@ def test_record_cancel(tmp_path, storage_id):
80
metadata_io = rosbag2_py.MetadataIo()
81
assert wait_for(lambda: metadata_io.metadata_file_exists(bag_path),
82
timeout=rclpy.duration.Duration(seconds=3))
83
+ record_thread.join()
84
85
metadata = metadata_io.read_metadata(bag_path)
86
assert(len(metadata.relative_file_paths))
0 commit comments