Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upSonar test results fail on import. #925
Comments
jgebal
added this to the v3.1.7 milestone
May 22, 2019
jgebal
referenced this issue
May 23, 2019
Merged
Failure details in sonar test reporter are now CDATA #926
jgebal
added
the
bug
label
May 23, 2019
jgebal
self-assigned this
May 23, 2019
jgebal
closed this
in
#926
Jun 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jgebal commentedMay 22, 2019
•
edited
Describe the bug
ut_sonar_test_reportercan produce invalid output on failing tests with long failure message.The error that we see in sonar-scanner is:
Provide version info
Running on latest utPLSQL v3.1.6
Information about client software
Not relevant
To Reproduce
Have a test that is failing and produces more than 4000 chars of output data and be unlucky enough to get the
<string at 4000 chars so the reporter inserts a line break.Example:
Expected behavior
We should probably make the failure message as CDATA rather than escape the chars.