You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2021/07/29 16:48:00 UTC

[jira] [Updated] (ORC-879) Flaky Test for TestJsonReader

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

David Mollitor updated ORC-879:
-------------------------------
    Description: 
{code:java}
[INFO] Running org.apache.orc.tools.convert.TestJsonReader
Error:  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.12 s <<< FAILURE! - in org.apache.orc.tools.convert.TestJsonReader
Error:  org.apache.orc.tools.convert.TestJsonReader.testDateTimeTypeSupport  Time elapsed: 0.004 s  <<< ERROR!
{code}

Unfortunately I lost the detailed error message from the Jenkins build, but the failure had to do with parsing timestamp strings.  I believe the test is using the current time (not a fixed value) and therefore the test has a dependency on WHEN it is ran.  I think the issue is when the time of the run is prior to 12PM... example: 2021-07-29T07:32:43

Needs more investigation.

  was:

{code:java}
[INFO] Running org.apache.orc.tools.convert.TestJsonReader
Error:  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.12 s <<< FAILURE! - in org.apache.orc.tools.convert.TestJsonReader
Error:  org.apache.orc.tools.convert.TestJsonReader.testDateTimeTypeSupport  Time elapsed: 0.004 s  <<< ERROR!
{code}

Unfortunately I lost the detailed error message, but the failure had to do with parsing timestamp strings.  I believe the test is using the current time (not a fixed value) and therefore the test has a dependency on WHEN it is ran.  I think the issue is when the time of the run is prior to 12PM... example: 2021-07-29T07:32:43

Needs more investigation.


> Flaky Test for TestJsonReader
> -----------------------------
>
>                 Key: ORC-879
>                 URL: https://issues.apache.org/jira/browse/ORC-879
>             Project: ORC
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Priority: Minor
>
> {code:java}
> [INFO] Running org.apache.orc.tools.convert.TestJsonReader
> Error:  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.12 s <<< FAILURE! - in org.apache.orc.tools.convert.TestJsonReader
> Error:  org.apache.orc.tools.convert.TestJsonReader.testDateTimeTypeSupport  Time elapsed: 0.004 s  <<< ERROR!
> {code}
> Unfortunately I lost the detailed error message from the Jenkins build, but the failure had to do with parsing timestamp strings.  I believe the test is using the current time (not a fixed value) and therefore the test has a dependency on WHEN it is ran.  I think the issue is when the time of the run is prior to 12PM... example: 2021-07-29T07:32:43
> Needs more investigation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)