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

Suppress memory tools warning if tests will be skipped #4

Merged
merged 2 commits into from Sep 9, 2020

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Sep 8, 2020

I'd prefer to inspect the test itself to see if it will be skipped individually, but this warning is implemented in a common location so that it is printed once, instead of once for each defined test. Looking at the source variable, AMENT_RUN_PERFORMANCE_TESTS, should give us the same behavior.

Coupled to ament/ament_cmake#278.

I'd prefer to inspect the test itself to see if it will be skipped
individually, but this warning is implemented in a common location so
that it is printed once, instead of once for each defined test. Looking
at the source variable, `AMENT_RUN_PERFORMANCE_TESTS`, should give us
the same behavior.

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay added the enhancement New feature or request label Sep 8, 2020
@cottsay cottsay self-assigned this Sep 8, 2020
Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay merged commit a0d25c2 into main Sep 9, 2020
@delete-merged-branch delete-merged-branch bot deleted the suppress_warning branch September 9, 2020 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants