You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Steve Lawrence (JIRA)" <ji...@apache.org> on 2019/03/04 13:45:00 UTC

[jira] [Assigned] (DAFFODIL-2074) Tests fail on non-US locales

     [ https://issues.apache.org/jira/browse/DAFFODIL-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lawrence reassigned DAFFODIL-2074:
----------------------------------------

       Assignee: Steve Lawrence
    Description: 
To test, run the following:
{code}
export SBT_OPTS="-Xss2M -Xmx5G -Xms5G -Duser.country=DE -Duser.language=de"
sbt test
{code}
Some tests appear to be issues with comma vs period in number grouping separators, some tests look related to date/time differences.

This means that Daffodil is getting some settings from the systems environment, which is incorrect. All parameters (e.g. grouping separator) should come from the DFDL schema.

  was:
To test, run the following:
{code}
export SBT_OPTS="-Xss2M -Xmx5G -Xms5G -Duser.country=EN -Duser.language=us"
sbt test
{code}
Some tests appear to be issues with comma vs period in number grouping separators, some tests look related to date/time differences.

This means that Daffodil is getting some settings from the systems environment, which is incorrect. All parameters (e.g. grouping separator) should come from the DFDL schema.


> Tests fail on non-US locales
> ----------------------------
>
>                 Key: DAFFODIL-2074
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2074
>             Project: Daffodil
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Steve Lawrence
>            Assignee: Steve Lawrence
>            Priority: Blocker
>             Fix For: 2.4.0
>
>
> To test, run the following:
> {code}
> export SBT_OPTS="-Xss2M -Xmx5G -Xms5G -Duser.country=DE -Duser.language=de"
> sbt test
> {code}
> Some tests appear to be issues with comma vs period in number grouping separators, some tests look related to date/time differences.
> This means that Daffodil is getting some settings from the systems environment, which is incorrect. All parameters (e.g. grouping separator) should come from the DFDL schema.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)