Github user buxiaoliang commented on the issue:
https://github.com/apache/zeppelin/pull/2670
03:38:11,387 INFO org.apache.zeppelin.CommandExecutor:46 - Sending command
"bash -c ../bin/zeppelin-daemon.sh restart" to localhost
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 151.973 sec
<<< FAILURE! - in org.apache.zeppelin.integration.PersonalizeActionsIT
testGraphAction(org.apache.zeppelin.integration.PersonalizeActionsIT) Time
elapsed: 52.675 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:263)
testDynamicFormAction(org.apache.zeppelin.integration.PersonalizeActionsIT)
Time elapsed: 20.589 sec <<< FAILURE!
java.lang.AssertionError: The output of graph mode is changed
Expected: "Status: Before"
but: was "Status: After"
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.testDynamicFormAction(PersonalizeActionsIT.java:345)
There is test failed but I don't know why. Anyone can help?
---