You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Shoshin (JIRA)" <ji...@apache.org> on 2017/02/06 14:35:41 UTC

[jira] [Created] (ZEPPELIN-2065) Flaky test: NotebookTest.testSchedulePoolUsage

Alexander Shoshin created ZEPPELIN-2065:
-------------------------------------------

             Summary: Flaky test: NotebookTest.testSchedulePoolUsage
                 Key: ZEPPELIN-2065
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2065
             Project: Zeppelin
          Issue Type: Sub-task
          Components: zeppelin-zengine
            Reporter: Alexander Shoshin
            Assignee: Alexander Shoshin


NotebookTest.testSchedulePoolUsage fails sometimes

row log - https://api.travis-ci.org/jobs/198494962/log.txt
build config - https://travis-ci.org/apache/zeppelin/jobs/198494962/config

{code}
Tests run: 32, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.003 sec <<< FAILURE! - in org.apache.zeppelin.notebook.NotebookTest
testSchedulePoolUsage(org.apache.zeppelin.notebook.NotebookTest)  Time elapsed: 1.12 sec  <<< FAILURE!
java.lang.AssertionError: expected:<RUNNING> but was:<FINISHED>
	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.testSchedulePoolUsage(NotebookTest.java:397)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)