[JIRA] (JENKINS-12832) check XSLT is not good enough

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12832) check XSLT is not good enough

JIRA noreply@jenkins-ci.org
Michael van der Westhuizen created JENKINS-12832:
----------------------------------------------------

             Summary: check XSLT is not good enough
                 Key: JENKINS-12832
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12832
             Project: Jenkins
          Issue Type: Improvement
          Components: xunit
    Affects Versions: current
            Reporter: Michael van der Westhuizen
            Assignee: gbois
         Attachments: check-to-junit-4.xsl

The recently added check transform is really insufficient and misses a lot of cases.

I've rewritten the XSLT and integrated it into our build using the custom tool support (which works extremely well!).

I've attached the revised XSLT for possible integration into the tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12832) check XSLT is not good enough

JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-12832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159278#comment-159278 ]

Michael van der Westhuizen commented on JENKINS-12832:
------------------------------------------------------

Forgot to mention why we did this...

The previous XSLT confuses failures and errors, counting failures as errors, and not counting errors at all.  I noticed this quite quickly as 90% of my test cases were erroring due to segmentation violation and the plugin was reporting no problems.
               

> check XSLT is not good enough
> -----------------------------
>
>                 Key: JENKINS-12832
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12832
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: xunit
>    Affects Versions: current
>            Reporter: Michael van der Westhuizen
>            Assignee: gbois
>              Labels: plugin
>         Attachments: check-to-junit-4.xsl
>
>
> The recently added check transform is really insufficient and misses a lot of cases.
> I've rewritten the XSLT and integrated it into our build using the custom tool support (which works extremely well!).
> I've attached the revised XSLT for possible integration into the tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12832) check XSLT is not good enough

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-12832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159406#comment-159406 ]

SCM/JIRA link daemon commented on JENKINS-12832:
------------------------------------------------

Code changed in jenkins
User: Gregory Boissinot
Path:
 src/main/resources/org/jenkinsci/plugins/xunit/types/check-to-junit-4.xsl
 src/test/resources/org/jenkinsci/plugins/xunit/types/check/testcase1/result.xml
 src/test/resources/org/jenkinsci/plugins/xunit/types/check/testcase2/result.xml
http://jenkins-ci.org/commit/xunit-plugin/75e70d75927da29a54b36c23a13116c356752abc
Log:
  Fix JENKINS-12832





               

> check XSLT is not good enough
> -----------------------------
>
>                 Key: JENKINS-12832
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12832
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: xunit
>    Affects Versions: current
>            Reporter: Michael van der Westhuizen
>            Assignee: gbois
>              Labels: plugin
>         Attachments: check-to-junit-4.xsl
>
>
> The recently added check transform is really insufficient and misses a lot of cases.
> I've rewritten the XSLT and integrated it into our build using the custom tool support (which works extremely well!).
> I've attached the revised XSLT for possible integration into the tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12832) check XSLT is not good enough

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-12832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

gbois resolved JENKINS-12832.
-----------------------------

    Resolution: Fixed

Thanks
               

> check XSLT is not good enough
> -----------------------------
>
>                 Key: JENKINS-12832
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12832
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: xunit
>    Affects Versions: current
>            Reporter: Michael van der Westhuizen
>            Assignee: gbois
>              Labels: plugin
>         Attachments: check-to-junit-4.xsl
>
>
> The recently added check transform is really insufficient and misses a lot of cases.
> I've rewritten the XSLT and integrated it into our build using the custom tool support (which works extremely well!).
> I've attached the revised XSLT for possible integration into the tree.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Loading...