Lee Moon Soo created ZEPPELIN-4361:
--------------------------------------
Summary: PersonalizeActionsIT.testGraphAction test fail
Key: ZEPPELIN-4361
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4361
Project: Zeppelin
Issue Type: Bug
Reporter: Lee Moon Soo
[https://api.travis-ci.org/v3/job/591740764/log.txt]
{code:java}
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 161.099 sec <<<
FAILURE! - in org.apache.zeppelin.integration.PersonalizeActionsIT
testGraphAction(org.apache.zeppelin.integration.PersonalizeActionsIT) Time
elapsed: 50.642 sec <<< FAILURE!
java.lang.AssertionError: The output of graph mode is not changed
Expected: "fa fa-bar-chart"
but: was "fa fa-table"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65)
at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78)
at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63)
at
org.apache.zeppelin.integration.PersonalizeActionsIT.testGraphAction(PersonalizeActionsIT.java:252)
Results :
Failed tests:
PersonalizeActionsIT.testGraphAction:252 The output of graph mode is not
changed
Expected: "fa fa-bar-chart"
but: was "fa fa-table"
Tests run: 30, Failures: 1, Errors: 0, Skipped: 0 {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)