Jeff Zhang created ZEPPELIN-1218:
------------------------------------
Summary: HeliumApplicationFactoryTest fails
Key: ZEPPELIN-1218
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1218
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Jeff Zhang
Not sure why it succeeded on github travis-ci, are these tests ignored on
travis-ci ? \cc [~moon]
{noformat}
Tests run: 5, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 120.363 sec <<<
FAILURE! - in org.apache.zeppelin.helium.HeliumApplicationFactoryTest
testUnloadOnInterpreterUnbind(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
Time elapsed: 30.147 sec <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnInterpreterUnbind(HeliumApplicationFactoryTest.java:224)
testLoadRunUnloadApplication(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
Time elapsed: 30.054 sec <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testLoadRunUnloadApplication(HeliumApplicationFactoryTest.java:142)
testUnloadOnInterpreterRestart(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
Time elapsed: 30.071 sec <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnInterpreterRestart(HeliumApplicationFactoryTest.java:290)
testUnloadOnParagraphRemove(org.apache.zeppelin.helium.HeliumApplicationFactoryTest)
Time elapsed: 30.062 sec <<< ERROR!
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.zeppelin.interpreter.InterpreterResult
at org.apache.zeppelin.notebook.Paragraph.getResult(Paragraph.java:232)
at
org.apache.zeppelin.helium.HeliumApplicationFactoryTest.testUnloadOnParagraphRemove(HeliumApplicationFactoryTest.java:186)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)