[
https://issues.apache.org/jira/browse/NIFI-6479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Storck updated NIFI-6479:
------------------------------
Description:
TestJdbcCommon.testConvertToAvroStreamForDateTimeAsLogicalType() is failing
with timezone issues.
The workaround for this issue is to add
{code:java}
-Dmaven.surefire.arguments=-Duser.timezone=UTC
{code}
when running maven. If {{-Dmaven.surefire.arguments}} is already specified as
part of the build, add {{-Duser.timezone=UTC}} to the value supplied to that
parameter.
was:
TestJdbcCommon.testConvertToAvroStreamForDateTimeAsLogicalType() is failing
with timezone issues.
The workaround for this error is to add
{code:java}
-Dmaven.surefire.arguments=-Duser.timezone=UTC
{code}
when running maven. If {{-Dmaven.surefire.arguments}} is already specified as
part of the build, add {{-Duser.timezone=UTC}} to the value supplied to that
parameter.
> Fix TestJdbcCommon timezone issues
> ----------------------------------
>
> Key: NIFI-6479
> URL: https://issues.apache.org/jira/browse/NIFI-6479
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.9.2
> Reporter: Jeff Storck
> Assignee: Jeff Storck
> Priority: Major
>
> TestJdbcCommon.testConvertToAvroStreamForDateTimeAsLogicalType() is failing
> with timezone issues.
> The workaround for this issue is to add
> {code:java}
> -Dmaven.surefire.arguments=-Duser.timezone=UTC
> {code}
> when running maven. If {{-Dmaven.surefire.arguments}} is already specified
> as part of the build, add {{-Duser.timezone=UTC}} to the value supplied to
> that parameter.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)