sgx-lkl icon indicating copy to clipboard operation
sgx-lkl copied to clipboard

Investigate xml encoding issue for basic-network test in PR #563

Open hukoyu opened this issue 4 years ago • 2 comments

PR: https://github.com/lsds/sgx-lkl/pull/563

There are xml encoding issues here: https://dev.azure.com/sgx-lkl/sgx-lkl/_build/results?buildId=1246&view=results

basic network test gets wikipedia.org and returned html is output to console which has strange characters in it.

<ul>
<li><a href="//kbd.wikipedia.org/" lang="kbd" title="Adighabze">Адыгэбзэ</a></li>
<li><a href="//ang.wikipedia.org/" lang="ang">Ænglisc</a></li>
<li><a href="//ab.wikipedia.org/" lang="ab" title="Aṗsua">Аҧсуа</a></li>
<li><a href="//hyw.wikipedia.org/" lang="hyw" title="Arevmdahayeren">Ô±Ö€Õ¥Ö‚Õ´Õ¿Õ<= Recv SSL data, 5 bytes (0x5)

junit xml file: (Problem is at line 1556 and column 76) TEST-basic-network-(debug)-(run-hw)-(8-ethreads)-junit.txt

Plain log file: basic-network-(debug)-(run-hw)-(8-ethreads).stdout.txt

Ref: https://dev.azure.com/sgx-lkl/sgx-lkl/_build/results?buildId=1246&view=logs&j=2219ed27-5df8-58ca-97ef-12aa199d5fec&t=d68ea2c5-eb2f-5dce-926e-dace01162b8f&l=25

cc @letmaik @prp @jxyang @paulcallen

hukoyu avatar Jul 08 '20 15:07 hukoyu

This causes warning in pipeline runs and need to be fixed. Not outputting fetched HTML can be a solution? cc @letmaik @prp @jxyang @paulcallen

hukoyu avatar Jul 10 '20 17:07 hukoyu

during the triage meeting, we agreed that @hukoyu's not outputting fetched HTML is a good solution as output isn't needed for the test.

SeanTAllen avatar Jul 28 '20 15:07 SeanTAllen