You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee Moon Soo (Jira)" <ji...@apache.org> on 2019/09/27 17:01:00 UTC

[jira] [Created] (ZEPPELIN-4357) LivyInterpreterIT fail

Lee Moon Soo created ZEPPELIN-4357:
--------------------------------------

             Summary: LivyInterpreterIT fail
                 Key: ZEPPELIN-4357
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4357
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Lee Moon Soo


{code:java}
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 271.271 sec <<< FAILURE! - in org.apache.zeppelin.livy.LivyInterpreterIT
testSharedInterpreter(org.apache.zeppelin.livy.LivyInterpreterIT)  Time elapsed: 38.941 sec  <<< FAILURE!
java.lang.AssertionError: expected:<SUCCESS> but was:<ERROR>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.zeppelin.livy.LivyInterpreterIT.testSharedInterpreter(LivyInterpreterIT.java:768)

testSparkRInterpreter(org.apache.zeppelin.livy.LivyInterpreterIT)  Time elapsed: 23.92 sec  <<< FAILURE!
java.lang.AssertionError: expected:<SUCCESS> but was:<ERROR>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.zeppelin.livy.LivyInterpreterIT.testSparkRInterpreter(LivyInterpreterIT.java:602)

 INFO [2019-09-27 16:48:56,063] ({Thread-0} Logging.scala[info]:39) - Shutting down cluster pool.

Results :

Failed tests: 
  LivyInterpreterIT.testSharedInterpreter:768 expected:<SUCCESS> but was:<ERROR>
  LivyInterpreterIT.testSparkRInterpreter:602 expected:<SUCCESS> but was:<ERROR>

Tests run: 6, Failures: 2, Errors: 0, Skipped: 0
 {code}
 

[https://api.travis-ci.org/v3/job/590204255/log.txt]



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