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

Reset errors in tests to reduce warnings #1085

Merged
merged 4 commits into from Aug 4, 2023

Conversation

clalancette
Copy link
Contributor

When we have a test that fails, we always want to do an rcl_reset_error after it to reset the internal error that is set. That prepares it for the next test. We were missing this in a few places in our tests, so add them as needed.

This gets rid of a warning.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

Copy link
Member

@audrow audrow left a comment

Choose a reason for hiding this comment

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

Looks good to me with green CI.

@fujitatomoya fujitatomoya merged commit b55c41b into rolling Aug 4, 2023
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/reset-errors-in-tests branch August 4, 2023 18:06
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.

None yet

3 participants