Skip to content

Commit

Permalink
Refs #20650: Apply rev suggestions (2)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Jun 27, 2024
1 parent 3cb07bc commit 60c624b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/examples/test_delivery_mechanisms_isolated.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@
# Default builtin transports (UDP forced)
('', '-s 20', '-s 20', '', 50),
('', '-s 20', '-s 20', '--ignore-local-endpoints', 50),
# Data-sharing only in the same container
('--mechanism data-sharing', '--mechanism data-sharing', '--unknown-argument', '--unknown-argument', 10),
('--unknown-argument', '--unknown-argument', '--unknown-argument', '--mechanism data-sharing', 10),
# Intra-process only makes sense for pubsub entities. This test forces entities != pubsub to fail, so
# only 1 message is expected per sample (the local one)
('--unknown-argument', '--unknown-argument', '--unknown-argument', '--mechanism intra-process', 10),
# Large-data with only one publisher (testing TCP)
('--mechanism large-data', '--unknown-argument', '--mechanism large-data', '--unknown-argument', 10),
# Shared memory only in the same container
('--mechanism shm', '--mechanism shm', '--unknown-argument', '--mechanism shm', 20),
# TCP takes longer to match, so explicitly expect much more samples in this case.
# TCP is configured through initial peers (a single locator), so we test only one publisher at a time
# Note: pubsub with TCP and ignore-local-endpoints NOT set is not supported, tested in expected output test cases
Expand Down

0 comments on commit 60c624b

Please sign in to comment.