-
Notifications
You must be signed in to change notification settings - Fork 261
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
[foxy] Disable test_record_qos_profiles tests on Windows #1349
Conversation
Gist: https://gist.githubusercontent.com/MichaelOrlov/4889b773e02d6746516683ce8fb2faf8/raw/153d3c8a2581bfe0fbb1f93eebcdd838793b5c08/ros2.repos |
Rebuild with focal |
@emersonknapp Do you know how to disable abi-checker?
Also, the Windows CI job failure with the same error message as before the fix surprised me since I verified it on my local environment. |
The ABI checker is enabled via https://github.com/ros/rosdistro/blob/master/foxy/distribution.yaml#L5710 - in this case I say we can just merge as long as the only issue in the |
@emersonknapp Thanks for the information. I will hold on from disabling |
@emersonknapp Never mind. I've found that it was failing even before.
|
- Replace get_actual_qos() to the qos_profile() as it was before #1335 For some reason on Foxy it doesn't work as expected. Probably due to the missing some underlying dependencies in other core packages. Signed-off-by: Michael Orlov <[email protected]>
This reverts commit f50f46a. Signed-off-by: Michael Orlov <[email protected]>
795e00e
to
91bccfd
Compare
Re-run CI after returning changes and disabling tests on Windows |
Windows build marked unstable due to the warnings about |
Any way we could backport a fix for this so that Foxy goes into its final release green? EDIT: i went ahead and made one #1353 |
example of the failing job https://ci.ros2.org/job/ci_windows/19530/testReport/ros2bag.test/test_record_qos_profiles/test_record_qos_profiles/
- Replaced->get_actual_qos()
to the->qos_profile()
as it was before #1335.For some reason on Foxy it doesn't work as expected. Probably due to the missing some underlying dependencies in other core packages.Disable
test_record_qos_profiles
tests on Windows since they are flaky.