David Mollitor created ORC-879: ---------------------------------- Summary: Flaky Test for TestJsonReader Key: ORC-879 URL: https://issues.apache.org/jira/browse/ORC-879 Project: ORC Issue Type: Improvement Reporter: David Mollitor
{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. -- This message was sent by Atlassian Jira (v8.3.4#803005)