Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: nunit-plugin
-
Labels:
-
Environment:Jenkins ver. 2.89.4
NUnit Plugin
-
Similar Issues:
Description
When there is an error in unit tests that causes the test runner to crash (running nunit3-console with --process=Separate) the test report does not contain any test cases but reports an error on test-suite level. (see attached report0.xml)
The nunit-plugin should fail the build if such a report file is found. Currently it seems to silently ignore the error and our build job succeeded although there was a massive bug in one of our tests.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Alex Earl [ slide_o_mix ] |
I don't think failing the build would be correct for everyone, I would propose treating Error status as a failing test and mark the build as unstable as is done for failing tests.