You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/06/01 15:27:00 UTC

[jira] [Resolved] (HIVE-19760) Flaky test: TestJdbcWithMiniLlapArrow.testDataTypes

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

Jesus Camacho Rodriguez resolved HIVE-19760.
--------------------------------------------
    Resolution: Won't Fix
      Assignee: Jesus Camacho Rodriguez

I have reverted HIVE-19723 which was causing the issue.

> Flaky test: TestJdbcWithMiniLlapArrow.testDataTypes
> ---------------------------------------------------
>
>                 Key: HIVE-19760
>                 URL: https://issues.apache.org/jira/browse/HIVE-19760
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sahil Takiar
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>
> Error:
> {code}
> Error Message
> expected:<2012-04-22 09:00:00.123456789> but was:<2012-04-22 09:00:00.123>
> Stacktrace
> java.lang.AssertionError: expected:<2012-04-22 09:00:00.123456789> but was:<2012-04-22 09:00:00.123>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:743)
> 	at org.junit.Assert.assertEquals(Assert.java:118)
> 	at org.junit.Assert.assertEquals(Assert.java:144)
> 	at org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testDataTypes(TestJdbcWithMiniLlapArrow.java:220)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {code}



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