-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[21048] Test to stress the repeater mode #456
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #456 +/- ##
=======================================
Coverage 30.41% 30.41%
=======================================
Files 16 16
Lines 559 559
Branches 297 297
=======================================
Hits 170 170
Misses 202 202
Partials 187 187 ☔ View full report in Codecov by Sentry. |
ddsrouter_test/compose/test_cases/stress/repeater_mixed_data_sizes/compose.yml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1bdb4ea
to
5ade6fa
Compare
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
5ade6fa
to
3a16b70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is a follow up on #353, where @kim3097 discovered a bug in a DDS Router with a single repeater participant receiving messages of different sizes. eProsima/DDS-Pipe#9 fixes it, and this PR tests it.
Merge after: