Skip to content
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

joint_state_broadcaster: Add proper subscription to TestCustomInterfaceMappingUpdate #859

Merged
merged 2 commits into from Nov 27, 2023

Conversation

christophfroehlich
Copy link
Contributor

@christophfroehlich christophfroehlich commented Nov 26, 2023

As mentioned with #821, one tests of joint_state_broadcaster is flaky in the coverage build job. This is because the creation of the joint_state_msg is not ensured due to a failing trylock() when calling update() only once

if (realtime_joint_state_publisher_ && realtime_joint_state_publisher_->trylock())

I reused the wait set from other tests, which retries the update several times.

Unfortunately, I was not able to reproduce a failing test like in the CI, but this should fix #821 (other tests using the wait_set are not flaky).

@christophfroehlich christophfroehlich added backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron. labels Nov 26, 2023
Copy link

codecov bot commented Nov 26, 2023

Codecov Report

Merging #859 (6c48ae2) into master (0d3fc52) will increase coverage by 0.44%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #859      +/-   ##
==========================================
+ Coverage   44.88%   45.32%   +0.44%     
==========================================
  Files          40       40              
  Lines        3636     3636              
  Branches     1716     1716              
==========================================
+ Hits         1632     1648      +16     
+ Misses        832      817      -15     
+ Partials     1172     1171       -1     
Flag Coverage Δ
unittests 45.32% <ø> (+0.44%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

Copy link
Member

@bmagyar bmagyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bmagyar bmagyar merged commit fe0c91d into ros-controls:master Nov 27, 2023
12 of 15 checks passed
@christophfroehlich christophfroehlich deleted the jsb/update_tests branch November 27, 2023 11:32
mergify bot pushed a commit that referenced this pull request Nov 27, 2023
mergify bot pushed a commit that referenced this pull request Nov 27, 2023
bmagyar pushed a commit that referenced this pull request Nov 27, 2023
bmagyar pushed a commit that referenced this pull request Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] joint_state_broadcaster tests are flaky with coverage build
2 participants