Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.9.0
-
None
-
$ java -version
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
Description
TestsĀ org.apache.zeppelin.spark.IPySparkInterpreterTest.testIPythonPlotting andĀ org.apache.zeppelin.python.IPythonInterpreterTest.testIPythonPlotting are failing consistently with following error:
junit.framework.AssertionFailedError: No Figure Text at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.TestCase.assertTrue(TestCase.java:192) at org.apache.zeppelin.python.IPythonInterpreterTest.testIPythonPlotting(IPythonInterpreterTest.java:140)