You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/09/19 09:53:20 UTC

[jira] [Assigned] (STORM-2100) Few tests are getting failed in external/sql module with JDK 7

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

Jungtaek Lim reassigned STORM-2100:
-----------------------------------

    Assignee: Jungtaek Lim

> Few tests are getting failed in external/sql module with JDK 7 
> ---------------------------------------------------------------
>
>                 Key: STORM-2100
>                 URL: https://issues.apache.org/jira/browse/STORM-2100
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-sql
>    Affects Versions: 1.x
>            Reporter: Satish Duggana
>            Assignee: Jungtaek Lim
>             Fix For: 1.x
>
>
> Tests run: 11, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 31.095 sec <<< FAILURE! - in org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler
> testCompileEquiJoinWithRightOuterJoin(org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler)  Time elapsed: 2.434 sec  <<< FAILURE!
> org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<[2, null]> but was:<[3, null]>
> 	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50)
> 	at org.junit.Assert.internalArrayEquals(Assert.java:473)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:265)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:280)
> 	at org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler.testCompileEquiJoinWithRightOuterJoin(TestPlanCompiler.java:161)
> testCompileEquiJoinWithFullOuterJoin(org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler)  Time elapsed: 2.447 sec  <<< FAILURE!
> org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<[null, dept-2]> but was:<[null, dept-3]>
> 	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50)
> 	at org.junit.Assert.internalArrayEquals(Assert.java:473)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:265)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:280)
> 	at org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler.testCompileEquiJoinWithFullOuterJoin(TestPlanCompiler.java:179)
> testCompileEquiJoinWithLeftOuterJoin(org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler)  Time elapsed: 2.381 sec  <<< FAILURE!
> org.junit.internal.ArrayComparisonFailure: arrays first differed at element [0]; expected:<[2, null]> but was:<[3, null]>
> 	at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50)
> 	at org.junit.Assert.internalArrayEquals(Assert.java:473)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:265)
> 	at org.junit.Assert.assertArrayEquals(Assert.java:280)
> 	at org.apache.storm.sql.compiler.backends.trident.TestPlanCompiler.testCompileEquiJoinWithLeftOuterJoin(TestPlanCompiler.java:143)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)