[foxy] Disable test_record_qos_profiles tests on Windows#1349
[foxy] Disable test_record_qos_profiles tests on Windows#1349MichaelOrlov merged 3 commits intofoxyfrom
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 <michael.orlov@apex.ai>
This reverts commit f50f46a. Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
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_profilestests on Windows since they are flaky.