Skip to content
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

Unable to count as a failures: <system-err> tags #466

Open
jrpally opened this issue Nov 28, 2022 · 0 comments
Open

Unable to count as a failures: <system-err> tags #466

jrpally opened this issue Nov 28, 2022 · 0 comments
Labels

Comments

@jrpally
Copy link

jrpally commented Nov 28, 2022

Jenkins and plugins versions report

Jenkins cannot report <system-err> failures. So they are not visible when jenkins finishes and xml report contains system-err tag. 
Example:

<testcase classname="FunctionalTest" name="test_remove" time="0.476" timestamp="2022-11-28T06:36:09" file="client\functional.py" line="136">
<system-err>
<![CDATA[ C:\jenkins\workspace\client\functional.py:1034: DeprecationWarning: invalid escape sequence '\g' text = out[0].decode('unicode-escape') ]]>
...
</system-err>
...
</testcase>

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows 11

Reproduction steps

Just look reports containing system-err tags and not containing failures.

Report will show all testcases passed which is wrong because should be considered.

Expected Results

Jenkins should be able to recognize system-err tags

Actual Results

system-err tags are not visible on Jenkins

Anything else?

N/A

@jrpally jrpally added the bug label Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant