Quantcast

[JIRA] (JENKINS-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

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

[JIRA] (JENKINS-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

JIRA noreply@jenkins-ci.org
Eyal Edri created JENKINS-12575:
-----------------------------------

             Summary: Add option to sort JUNIT tests by date (currently ordered alphabetically)
                 Key: JENKINS-12575
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12575
             Project: Jenkins
          Issue Type: Improvement
          Components: junit, xunit
    Affects Versions: current
            Reporter: Eyal Edri
            Assignee: gbois
            Priority: Minor
         Attachments: junit-results.png

when seeing JUNIT test results on jenkins (output from a normal mvn job or a result of xUnit plugin), you see passed tests in an alphabetically order. (see attached image).

on some scenarios it is important to see the results in the order they were run (sorted by date), similar to the 'Failed Tests List' shown if there were failed tests.

it it possible to add an option (checkbox) to choose how the test results will be sorted in the report? (alphabetically or chronologically)

thanks.  

--
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-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

JIRA noreply@jenkins-ci.org

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

gbois updated JENKINS-12575:
----------------------------

    Component/s:     (was: xunit)
   

> Add option to sort JUNIT tests by date (currently ordered alphabetically)
> -------------------------------------------------------------------------
>
>                 Key: JENKINS-12575
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12575
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: junit
>    Affects Versions: current
>            Reporter: Eyal Edri
>            Assignee: gbois
>            Priority: Minor
>              Labels: junit
>         Attachments: junit-results.png
>
>
> when seeing JUNIT test results on jenkins (output from a normal mvn job or a result of xUnit plugin), you see passed tests in an alphabetically order. (see attached image).
> on some scenarios it is important to see the results in the order they were run (sorted by date), similar to the 'Failed Tests List' shown if there were failed tests.
> it it possible to add an option (checkbox) to choose how the test results will be sorted in the report? (alphabetically or chronologically)
> thanks.  

--
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-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

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

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

gbois commented on JENKINS-12575:
---------------------------------

Removed dependency to xUnit plugin.
xUnit plugin delegates to the JUnit core.
Therefore, the issue is only on junit component.
               

> Add option to sort JUNIT tests by date (currently ordered alphabetically)
> -------------------------------------------------------------------------
>
>                 Key: JENKINS-12575
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12575
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: junit
>    Affects Versions: current
>            Reporter: Eyal Edri
>            Assignee: gbois
>            Priority: Minor
>              Labels: junit
>         Attachments: junit-results.png
>
>
> when seeing JUNIT test results on jenkins (output from a normal mvn job or a result of xUnit plugin), you see passed tests in an alphabetically order. (see attached image).
> on some scenarios it is important to see the results in the order they were run (sorted by date), similar to the 'Failed Tests List' shown if there were failed tests.
> it it possible to add an option (checkbox) to choose how the test results will be sorted in the report? (alphabetically or chronologically)
> thanks.  

--
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-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

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

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

Eyal Edri commented on JENKINS-12575:
-------------------------------------

correction.

Failed tests order also is not ordered by 'date' but but 'age' which i assume means "for how long this test has been failing...".
Is there an option to control the way the "failed tests list" is sorted?
               

> Add option to sort JUNIT tests by date (currently ordered alphabetically)
> -------------------------------------------------------------------------
>
>                 Key: JENKINS-12575
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12575
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: junit
>    Affects Versions: current
>            Reporter: Eyal Edri
>            Assignee: Gregory Boissinot
>            Priority: Minor
>              Labels: junit
>         Attachments: junit-results.png
>
>
> when seeing JUNIT test results on jenkins (output from a normal mvn job or a result of xUnit plugin), you see passed tests in an alphabetically order. (see attached image).
> on some scenarios it is important to see the results in the order they were run (sorted by date), similar to the 'Failed Tests List' shown if there were failed tests.
> it it possible to add an option (checkbox) to choose how the test results will be sorted in the report? (alphabetically or chronologically)
> thanks.  

--
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-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

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

Indeed alphabetical order is very frustrating (refer to test_results.png), specially where tests are run in scenarios (in brackets)

Change By: Alex Okrushko (19/Oct/12 8:43 PM)
Attachment: test_results.png
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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-12575) Add option to sort JUNIT tests by date (currently ordered alphabetically)

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Alex Okrushko (24/Oct/12 4:07 PM)
Priority: Minor Major
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...