You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test would pass, taking about a second or so, and outputting info about goals and feedback
Run independently the tests should output information about goals and feedback
Actual behavior
The test passes in 0.1 seconds with no output
Run independently the client says it sent a goal, but the server does not print a message saying it received it.
Additional information
Same behavior if the rmw implementations are flipped so it's a connext client with fastrtps server. If both are fastrtps or both are connext it works as expected. The service/client and subscriber/publisher tests appear to work fine across fastrtps and connext.
The text was updated successfully, but these errors were encountered:
It looks like all cross vendor tests are skipped if they involve services. If that's still the right thing to do, then it would make sense to skip action across vendors too since they use services.
It looks like all cross vendor tests are skipped if they involve services. If that's still the right thing to do, then it would make sense to skip action across vendors too since they use services.
Yeah, as far as I know, services don't currently work cross-vendor. So I think disabling cross-vendor action testing is the correct thing to do here as well.
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Actual behavior
Additional information
Same behavior if the rmw implementations are flipped so it's a connext client with fastrtps server. If both are fastrtps or both are connext it works as expected. The service/client and subscriber/publisher tests appear to work fine across fastrtps and connext.
The text was updated successfully, but these errors were encountered: