Pravin Dsilva created ZEPPELIN-3134:
---------------------------------------
Summary: testPerNoteSessionInterpreter fails on master
Key: ZEPPELIN-3134
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3134
Project: Zeppelin
Issue Type: Bug
Reporter: Pravin Dsilva
command used: mvn clean install -DskipTests -Pspark-2.0 -Pscala-2.11
-Phadoop-2.7 -Dhadoop.version=2.7.1
Error Message
{code:java}
Values should be different. Actual: 1674778214
{code}
Stacktrace
{code:java}
java.lang.AssertionError: Values should be different. Actual: 1674778214
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:161)
at org.junit.Assert.assertNotEquals(Assert.java:175)
at
org.apache.zeppelin.notebook.NotebookTest.testPerNoteSessionInterpreter(NotebookTest.java:1062)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)