Hoon Park created ZEPPELIN-1857:
-----------------------------------
Summary: Flaky Test:
NotebookTest.testAbortParagraphStatusOnInterpreterRestart
Key: ZEPPELIN-1857
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1857
Project: Zeppelin
Issue Type: Bug
Reporter: Hoon Park
Flaky Test: NotebookTest.testAbortParagraphStatusOnInterpreterRestart:
- Raw Log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/186375026/log.txt
- Build Config: https://travis-ci.org/apache/zeppelin/jobs/186375026/config
{code}
16:23:34,452 INFO org.apache.zeppelin.notebook.Paragraph:300 - run paragraph
20161223-162334_1227663255 using null
org.apache.zeppelin.interpreter.LazyOpenInterpreter@6e814ecf
16:23:34,464 INFO org.apache.zeppelin.notebook.Paragraph:300 - run paragraph
20161223-162334_316409972 using null
org.apache.zeppelin.interpreter.LazyOpenInterpreter@6e814ecf
16:23:34,465 ERROR org.apache.zeppelin.notebook.NotebookAuthorization:156 -
Error saving notebook authorization file: No such file or directory
Tests run: 31, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.235 sec <<<
FAILURE! - in org.apache.zeppelin.notebook.NotebookTest
testAbortParagraphStatusOnInterpreterRestart(org.apache.zeppelin.notebook.NotebookTest)
Time elapsed: 0.068 sec <<< FAILURE!
java.lang.AssertionError: expected:<ABORT> but was:<RUNNING>
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.notebook.NotebookTest.testAbortParagraphStatusOnInterpreterRestart(NotebookTest.java:760)
Running org.apache.zeppelin.conf.ZeppelinConfigurationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 sec - in
org.apache.zeppelin.conf.ZeppelinConfigurationTest
Results :
Failed tests:
NotebookTest.testAbortParagraphStatusOnInterpreterRestart:760
expected:<ABORT> but was:<RUNNING>
Tests run: 148, Failures: 1, Errors: 0, Skipped: 0
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)