Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
None
-
None
-
None
Description
This test `ZeppelinIT.testSparkInterpreterDependencyLoading` has failed multiple times, with 2 different cases.
- CASE I "Save button not found on adding `org.apache.commons:commons-csv` dependence to Spark interpreter"
PR #860
https://travis-ci.org/apache/incubator-zeppelin/jobs/132702968
See attached Screenshot-86023:18:41,898 ERROR org.apache.zeppelin.AbstractZeppelinIT:153 - Exception in ZeppelinIT while testSparkInterpreterDependencyLoading org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with ... org.apache.zeppelin.integration.ZeppelinIT.testSparkInterpreterDependencyLoading(ZeppelinIT.java:209)
Details in
ZEPPELIN-928
- CASE II "Notebook->Create New Note" is not visible after click
PR #935
https://s3.amazonaws.com/archive.travis-ci.org/jobs/134076536/log.txt
See attached Screenshot-106:25:41,517 ERROR org.apache.zeppelin.AbstractZeppelinIT:153 - Exception in ZeppelinIT while testSparkInterpreterDependencyLoading org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for visibility of element located by By.id: noteNameModal
Details in ZEPPELIN-929
- CASE III "Configuration page" is open, instead of interpreter page
in `ZeppelinIT.testSparkInterpreterDependencyLoading`
details inZEPPELIN-942
To run IT tests locally user
PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI="true" mvn verify -Pspark-1.6 -Phadoop-2.3 -Ppyspark -B -pl "zeppelin-interpreter,zeppelin-zengine,zeppelin-server,zeppelin-display,spark-dependencies,spark" -Dtest="org.apache.zeppelin.AbstractFunctionalSuite" -DfailIfNoTests=false
Attachments
Attachments
Issue Links
- is related to
-
ZEPPELIN-1981 [Umbrella] Fix all flaky tests
- Open