File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 437437 ' * Configures a second publisher to publish samples with "color" equal to "RED"\n '
438438 ' * Use RELIABLE Qos in all publishers and subscriber to ensure any samples that are not '
439439 'received are due to filtering\n '
440+ ' * Configures the publishers / subscriber with history KEEP_ALL\n '
440441 ' * Verifies that both publishers discover and match the subscriber and vice-versa\n '
441442 ' * Note that this test does not check whether the filtering happens in the publisher side or '
442443 'the subscriber side. It only checks the middleware filters the samples somewhere.\n \n '
450451 'title' : 'Use of Content filter to avoid receiving undesired data (non-key)' ,
451452 'description' : 'Verifies a subscription using a ContentFilteredTopic does not receive data that does not '
452453 'pass the filter. The filter is applied to the non-key member "shapesize".\n \n '
454+ ' * Use RELIABLE Qos in all publishers and subscriber to avoid samples losses\n '
455+ ' * Configures the publisher / subscriber with history KEEP_ALL\n '
456+ ' * The publisher application sends samples with increasing value of the "size" member\n '
453457 ' * Publisher sends samples with size cycling from 1 to 50 (using --size-modulo 50 and -z 0)\n '
454458 ' * Subscriber uses --cft "shapesize <= 20"\n '
455459 ' * The test passes if all received samples have size < 20\n '
You can’t perform that action at this time.
0 commit comments