Skip to content

Commit 63e6bdc

Browse files
Fix blackbox test
Signed-off-by: Eugenio Collado <[email protected]>
1 parent 07a4d8c commit 63e6bdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/blackbox/common/DDSBlackboxTestsListeners.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,6 +2982,9 @@ TEST(DDSStatus, sample_rejected_waitset)
29822982
.disable_builtin_transport()
29832983
.add_user_transport_to_pparams(testTransport)
29842984
.disable_heartbeat_piggyback(true)
2985+
.asynchronously(eprosima::fastdds::dds::PublishModeQosPolicyKind::ASYNCHRONOUS_PUBLISH_MODE)
2986+
.add_flow_controller_descriptor_to_pparams( // Be sure are sent in separate submessage each DATA.
2987+
eprosima::fastdds::rtps::FlowControllerSchedulerPolicy::FIFO, 300, 300) // Be sure the first message is processed before sending the second.
29852988
.init();
29862989

29872990
reader.history_kind(eprosima::fastdds::dds::KEEP_ALL_HISTORY_QOS)

0 commit comments

Comments
 (0)