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 [email protected] or file a JIRA ticket
with INFRA.
---