Bug 1774462 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

So the test definitely tries to write out characters to the log that are beyond normal ASCII codes. It seems, that depending on our python and logging environment this might or might not cause problems. I attach a patch here that tries to suppress the problem at log-line level, but I have the gut feeling we should do something already in the test to avoid those characters.

Asking Henri for advice as you know much about encodings.
So the test definitely tries to write out characters to the log that are beyond normal ASCII codes (and this was also the case before my changes). It seems, that depending on our python and logging environment this might or might not cause problems. I attach a patch here that tries to suppress the problem at log-line level, but I have the gut feeling we should do something already in the test to avoid those characters.

Asking Henri for advice as you know much about encodings.

Back to Bug 1774462 Comment 15