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

Ignoring unsuccessful SERVICE_TAKE (backport #175) #177

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 11, 2021

This is an automatic backport of pull request #175 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

* resolved bug by ignoring RCL_RET_SERVICE_TAKE_FAILED

Signed-off-by: Jan Staschulat <[email protected]>

* data_available has to be reset to false, if rcl_take fails - this needs to be updated for subscriptions as well.

Signed-off-by: Jan Staschulat <[email protected]>
(cherry picked from commit eef4b59)
@codecov-commenter
Copy link

Codecov Report

Merging #177 (2810af1) into foxy (5ad7f6b) will decrease coverage by 0.23%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             foxy     #177      +/-   ##
==========================================
- Coverage   60.17%   59.94%   -0.24%     
==========================================
  Files          11       11              
  Lines        1012     1016       +4     
  Branches      329      331       +2     
==========================================
  Hits          609      609              
- Misses        271      275       +4     
  Partials      132      132              
Impacted Files Coverage Δ
rclc/src/rclc/executor.c 55.76% <0.00%> (-0.31%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ad7f6b...2810af1. Read the comment docs.

@JanStaschulat JanStaschulat self-requested a review August 11, 2021 08:59
@JanStaschulat JanStaschulat merged commit 35a034d into foxy Aug 11, 2021
@JanStaschulat JanStaschulat deleted the mergify/bp/foxy/pr-175 branch August 11, 2021 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants