[jira] Created: (CONTINUUM-1826) Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (CONTINUUM-1826) Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8
------------------------------------------------------------------

                 Key: CONTINUUM-1826
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1826
             Project: Continuum
          Issue Type: Bug
          Components: Web interface
    Affects Versions: 1.1
         Environment: Unix.
export LC_ALL fr_FR.UTF-8
            Reporter: Paul Guyot
            Priority: Minor


Surefire reports (http://server/continuum/surefireReport.action) show all times as 0 if LC_ALL was set to fr_FR.UTF-8 when continuum was started. Restarting continuum without this variable fixes the problem.

I believe the problem comes from this line:

Number time = numberFormat.parse( attributes.getValue( "time" ) );

ReportTestSuite.java:96

There might be other occurrences.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (CONTINUUM-1826) Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/CONTINUUM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1826:
------------------------------------

    Fix Version/s: 1.x

> Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-1826
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1826
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>         Environment: Unix.
> export LC_ALL fr_FR.UTF-8
>            Reporter: Paul Guyot
>            Priority: Minor
>             Fix For: 1.x
>
>
> Surefire reports (http://server/continuum/surefireReport.action) show all times as 0 if LC_ALL was set to fr_FR.UTF-8 when continuum was started. Restarting continuum without this variable fixes the problem.
> I believe the problem comes from this line:
> Number time = numberFormat.parse( attributes.getValue( "time" ) );
> ReportTestSuite.java:96
> There might be other occurrences.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (CONTINUUM-1826) Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CONTINUUM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190688#action_190688 ]

Wendy Smoak commented on CONTINUUM-1826:
----------------------------------------

Is this still a problem in the latest release?

> Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-1826
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1826
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1
>         Environment: Unix.
> export LC_ALL fr_FR.UTF-8
>            Reporter: Paul Guyot
>            Priority: Minor
>
> Surefire reports (http://server/continuum/surefireReport.action) show all times as 0 if LC_ALL was set to fr_FR.UTF-8 when continuum was started. Restarting continuum without this variable fixes the problem.
> I believe the problem comes from this line:
> Number time = numberFormat.parse( attributes.getValue( "time" ) );
> ReportTestSuite.java:96
> There might be other occurrences.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (CONTINUUM-1826) Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/CONTINUUM-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1826:
-----------------------------------

    Affects Version/s: 1.3.4
        Fix Version/s: Backlog

I can reproduce this with 1.3.4 by executing:

{noformat}
export LC_ALL=fr_FR.UTF-8
bin/continuum start
{noformat}

then viewing a surefire report, for example http://localhost:8080/continuum/surefireReport.action?projectId=19&projectGroupId=13&buildId=47

All of the times show as zero.  Prior to re-starting with the changed LC_ALL value, the times were there.

> Surefire reports show times of 0 when LC_ALL is set to fr_FR.UTF-8
> ------------------------------------------------------------------
>
>                 Key: CONTINUUM-1826
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1826
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1, 1.3.4
>         Environment: Unix.
> export LC_ALL fr_FR.UTF-8
>            Reporter: Paul Guyot
>            Priority: Minor
>             Fix For: Backlog
>
>
> Surefire reports (http://server/continuum/surefireReport.action) show all times as 0 if LC_ALL was set to fr_FR.UTF-8 when continuum was started. Restarting continuum without this variable fixes the problem.
> I believe the problem comes from this line:
> Number time = numberFormat.parse( attributes.getValue( "time" ) );
> ReportTestSuite.java:96
> There might be other occurrences.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira