Alexander Bezzubov created ZEPPELIN-1738:
--------------------------------------------
Summary: IgniteSqlInterpreterTest fails the build \w Scala 2.11
Key: ZEPPELIN-1738
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1738
Project: Zeppelin
Issue Type: Bug
Reporter: Alexander Bezzubov
Build \w Scala 2.11 fails
{code}
./dev/change_scala_version.sh 2.11
mvn clean package -Pspark-2.0 -Phadoop-2.3 -Ppyspark -Psparkr -Pscalding
-Pexamples -Pscala-2.11 -pl \!zeppelin-web,\!zeppelin-distribution
[15:25:59] Ignite node stopped OK [name=test, uptime=00:00:00:106]
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.75 sec <<<
FAILURE! - in org.apache.zeppelin.ignite.IgniteSqlInterpreterTest
testSql(org.apache.zeppelin.ignite.IgniteSqlInterpreterTest) Time elapsed:
1.51 sec <<< FAILURE!
java.lang.AssertionError: expected:<SUCCESS> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.zeppelin.ignite.IgniteSqlInterpreterTest.testSql(IgniteSqlInterpreterTest.java:95)
Results :
Failed tests:
IgniteSqlInterpreterTest.testSql:95 expected:<SUCCESS> but was:<ERROR>
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0
{code}
Reproduced locally and on [CI|]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)