You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by bzz <gi...@git.apache.org> on 2016/06/15 08:47:23 UTC

[GitHub] zeppelin issue #1015: [ZEPPPELIN-1009] Trying to Fix selenium modal error

Github user bzz commented on the issue:

    https://github.com/apache/zeppelin/pull/1015
  
    Two CI failures here
    
    1.  **Python test failure**
    [logs](https://s3.amazonaws.com/archive.travis-ci.org/jobs/137725472/log.txt) AFAIK never seen before (might be related to #1009)
    
    ```
    Running org.apache.zeppelin.python.PythonInterpreterTest
    org.apache.zeppelin.python.PythonInterpreterTest
    testClose(org.apache.zeppelin.python.PythonInterpreterTest)  Time elapsed: 0.436 sec  <<< FAILURE!
    java.lang.AssertionError: null
    	at org.junit.Assert.fail(Assert.java:86)
    	at org.junit.Assert.assertTrue(Assert.java:41)
    	at org.junit.Assert.assertFalse(Assert.java:64)
    	at org.junit.Assert.assertFalse(Assert.java:74)
    	at org.apache.zeppelin.python.PythonInterpreterTest.testClose(PythonInterpreterTest.java:170)
    
    
    Results :
    
    Failed tests: 
      PythonInterpreterTest.testClose:170 null
    
    Tests run: 5, Failures: 1, Errors: 0, Skipped: 0
    ```
    
    2.  **Integration Tests failure**
    
    [Logs](https://s3.amazonaws.com/archive.travis-ci.org/jobs/137725478/log.txt)
    
    ```
    
    Tests in error: 
      ZeppelinIT.testSparkInterpreterDependencyLoading:214->AbstractZeppelinIT.createNewNote:133 » Timeout
      ParagraphActionsIT.testRemoveButton:165 » NoSuchElement Unable to locate eleme...
      ParagraphActionsIT.testCreateNewButton:92 » NoSuchElement Unable to locate ele...
    
    Tests run: 14, Failures: 0, Errors: 3, Skipped: 0
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---