## Bug report **Required Info:** - Operating System: - Windows - Installation type: - Source, buildfarm - Version or commit hash: - main - DDS implementation: - RTI Connext - Client library (if applicable): - N/A #### Steps to reproduce issue Run a buildfarm nightly_win_rel job. #### Expected behavior Test passes. #### Actual behavior Test fails. #### Additional information Error log: ``` C:\ci\ws\src\ros2\rcl\rcl\test\rcl\test_subscription.cpp:1300 Value of: wait_for_subscription_to_be_ready(&subscription, context_ptr, 10, 1000) Actual: false Expected: true ``` https://ci.ros2.org/view/nightly/job/nightly_win_rel/2261/testReport/junit/rcl/TestSubscriptionFixture__rmw_connextdds/test_subscription_not_initialized_with_content_filtering/ PR introducing this regression: https://github.com/ros2/rcl/pull/894