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

Sanitizes log message input #479

Merged
merged 3 commits into from
Aug 1, 2017

Conversation

yamokosk
Copy link
Contributor

There was an issue in which invalid utf-8 characters that appeared in test
output were causing unhandled exceptions to be raised. The fix uses
built-in sanitization features to replace invalid characters with '?'. Fixes #478

Fixes issue catkin#478 in which invalid utf-8 characters that appeared in test
output were causing unhandled exceptions to be raised. The fix uses
built-in sanitization features to replace invalid characters with '?'.
@wjwwood
Copy link
Member

wjwwood commented Aug 1, 2017

Looks like there are still test failures for Python2.

@wjwwood wjwwood added the bug label Aug 1, 2017
@yamokosk
Copy link
Contributor Author

yamokosk commented Aug 1, 2017

Sorry, fixed the Python2 problems.

Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the fix!

@wjwwood wjwwood merged commit cb4a98b into catkin:master Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sanitize output of GTest in catkin run_tests
2 participants