Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/3071
i've just restarted failing profiles 4, 6, 7 and here's results for them:
4 is failing with
```
Results :
Failed tests:
PersonalizeActionsIT.testSimpleAction:168 The output field paragraph
contains
Expected: "After"
but: was "Before"
ParagraphActionsIT.testSingleDynamicFormTextInput:551 Only after running
the paragraph, we can see the newly updated output
Expected: "Hello Zeppelin"
but: was "Hello world"
Tests in error:
PersonalizeActionsIT.testDynamicFormAction:307 û NoSuchElement Unable
to locat...
InterpreterModeActionsIT.testPerUserIsolatedAction:716 û
StaleElementReference
InterpreterModeActionsIT.testPerUserScopedAction:323->authenticationUser:130->AbstractZeppelinIT.pollingWait:99
û Timeout
InterpreterModeActionsIT.testGloballyAction:174->authenticationUser:130->AbstractZeppelinIT.pollingWait:99
û Timeout
Tests run: 29, Failures: 2, Errors: 4, Skipped: 0
```
6 is failing `ZeppelinSparkClusterTest` and 7 failing
`SparkIntegrationTest` both because spark download issue
```
01:44:56,690 WARN org.apache.zeppelin.interpreter.SparkDownloadUtils:46 -
Failed to download Spark
java.io.IOException: Fail to run shell commands: wget
http://apache.mirrors.lucidnetworks.net//spark/spark-2.1.2/spark-2.1.2-bin-hadoop2.6.tgz
-P /home/travis/.cache/spark
at
org.apache.zeppelin.interpreter.SparkDownloadUtils.runShellCommand(SparkDownloadUtils.java:60)
at
org.apache.zeppelin.interpreter.SparkDownloadUtils.downloadSpark(SparkDownloadUtils.java:42)
at
org.apache.zeppelin.rest.ZeppelinSparkClusterTest.<init>(ZeppelinSparkClusterTest.java:75)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)```
---