Github user Leemoonsoo commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/394#issuecomment-154254444
Thanks @MikeTYChen for really useful improvement.
CI build fails on
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.zeppelin.ZeppelinIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.275 sec
<<< FAILURE! - in org.apache.zeppelin.ZeppelinIT
testAngularDisplay(org.apache.zeppelin.ZeppelinIT) Time elapsed: 7.18 sec
<<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
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:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.zeppelin.ZeppelinIT.createNewNoteAndGetName(ZeppelinIT.java:329)
at
org.apache.zeppelin.ZeppelinIT.testAngularDisplay(ZeppelinIT.java:174)
Results :
Failed tests:
ZeppelinIT.testAngularDisplay:174->createNewNoteAndGetName:329
expected:<1> but was:<0>
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
```
It's because of test case get link of newly created notebook and click to
move it (see
https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/ZeppelinIT.java#L175).
With this PR, ZeppelinIT test should be changed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---