-
Notifications
You must be signed in to change notification settings - Fork 96
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
check_source: post check_source.pl output as comment instead of including in review message #1058
Comments
On which requests did it fail? |
Presumably this https://bugzilla.opensuse.org/show_bug.cgi?id=1053969. |
On Wed, 2017-08-16 at 06:42 -0700, Jimmy Berry wrote:
Presumably this https://bugzilla.opensuse.org/show_bug.cgi?id=1053969
Yes, that's the reason why it wanted to decline submissions - yet,
there is still the issue that the bot crashed on actually performing
the decline task
cheers,
Dominique
|
Yeah, it is better if I can reproduce and ensure fix at least solve the case that was the reason for this issue. |
https://build.opensuse.org/request/show/517144 was the one I was looking at |
Just to clarify talking about review message not a comment. |
Need to test this, but #1089 may just fix since it does an explicit encode, but not really sure what was causing the issue since I haven't attempted to reproduced. |
Since the primary issue was broken underlying tool which has since been fixed and the comment code has truncation which is the only time I've seen OBS complain about invalid utf8 perhaps just apply the truncation code to review message, but really this should be reworked to just include the output in comment since it is a lot more readable and consistent with current bot behavior. |
Today we had a problem with the source checker that lead factoryauto to wanting to decline requests. It failed doing that as it apparently tried to post comments that contained invalid utf8. so factory-auto should make sure to only post valid strings.
The text was updated successfully, but these errors were encountered: