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

Add in a concurrent test to test_logging_output_format.py #209

Merged
merged 2 commits into from
Feb 18, 2020

Conversation

clalancette
Copy link
Contributor

@clalancette clalancette commented Feb 14, 2020

Before this PR, there was only a post_shutdown_test. Due
to a bug in launch_testing, having only a post_shutdown test
causes stack traces to be printed while starting up the tests.
Add in this workaround to quiet the problem until the bug
is fixed.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Fixes #204

Before this PR, there was only a post_shutdown_test.  Due
to a bug in launch_testing, having only a post_shutdown test
causes stack traces to be printed while starting up the tests.
Add in this workaround to quiet the problem until the bug
is fixed.

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

clalancette commented Feb 14, 2020

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • Windows-container Build Status

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Copy link
Contributor

@hidmic hidmic left a comment

Choose a reason for hiding this comment

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

LGTM pending green CI

@clalancette
Copy link
Contributor Author

Green CI is above, so I'm going to go ahead and merge this. Thanks for the review.

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.

test_logging_output_format tests broken
2 participants