fix condition to not skip FastRTPS to FastRTPS pub/sub tests#377
fix condition to not skip FastRTPS to FastRTPS pub/sub tests#377dirk-thomas merged 3 commits intomasterfrom
Conversation
wjwwood
left a comment
There was a problem hiding this comment.
I think the logic makes sense as-is with the EQUAL, but in this scenario (XOR?) I'd expect (A OR B) AND NOT (A AND B).
d482770 to
5ce5f12
Compare
|
The XOR can be expresses as Just using The additional condition |
|
This current patch successfully re-enables the FastRTPS-to-FastRTPS tests: see https://ci.ros2.org/job/ci_windows/7441/ (the build failed since it also uses ros2/test_interface_files#8). |
|
With the tests enabled the build fails (https://ci.ros2.org/job/ci_windows/7441/) due to a bug in launch: ros2/launch#280. |
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
ff60880 to
facb800
Compare
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
5d100b6 to
49cdb2f
Compare
Fix regression from #322.
Before: https://ci.ros2.org/job/ci_windows/7438/testReport/(root)/test_communication/
After: https://ci.ros2.org/job/ci_windows/7439/testReport/(root)/test_communication/