noisepage
noisepage copied to clipboard
Garbled Python / JUnit logger output.
Bug Report
Summary
10-16-2020 07:46:15,167 [test_server.py:272] INFO : [java] ������ JUnit Jupiter ���
Environment
CI on all the Ubuntu boxes after upgrading to 20.04.
Steps to Reproduce
Examples:
Expected Behavior
From an old run of 1208 pre upgrade,
10-05-2020 06:22:45,935 [test_server.py:272] INFO : [java] | +-- Line:3322 | Hash:1035deb2c40a4b7e0f266141df5c98a3 [OK]
10-05-2020 06:22:45,935 [test_server.py:272] INFO : [java] | +-- Line:3333 | Hash:1035deb2c40a4b7e0f266141df5c98a3 [OK]
10-05-2020 06:22:45,935 [test_server.py:272] INFO : [java] | +-- Line:3343 | Hash:1035deb2c40a4b7e0f266141df5c98a3 [OK]
10-05-2020 06:22:45,935 [test_server.py:272] INFO : [java] | +-- Line:3354 | Hash:8559a3fd608623cfeacfe2bb9385303a [OK]
Actual Behavior
Snippet:
10-16-2020 15:52:51,235 [test_server.py:272] INFO : [java] ��� ������ Line:837 | Hash:9b90765be9d258ed2e6f4bafe855f8c8 ���
10-16-2020 15:52:51,235 [test_server.py:272] INFO : [java] ��� ������ Line:845 | Hash:9df57678e5778b572d0f301defc65b08 ���
10-16-2020 15:52:51,235 [test_server.py:272] INFO : [java] ��� ������ Line:854 | Hash:e7e9923cbd96bf0c74837d2e16b4c6e0 ���
10-16-2020 15:52:51,235 [test_server.py:272] INFO : [java] ��� ������ Line:864 | Hash:7b33e0d38ebbfd72b9e2680d0c6b8055 ���
This is probably the result of the upgraded workers using a different LOCALE
. I'll see if I can reset it to C
.
I also found this on main branch