Github user prabhjyotsingh commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/550#issuecomment-166212083
@HeartSaVioR few more things
I think you should do a clean up as well after every test case execution
ZeppelinServer.notebook.removeNote(note.getId());
Also when I run this, line 538;
PostMethod post = httpPost("/notebook/" + note.getId() + "/paragraph/"
+ p.getId() + "/move/" + 10, "");
it returns
{"status":"OK","message":""}
Which i think is also not appropriate. Since, this was an invalid operation
(total nos of paragraph = 2). This should have either returned some error, or
should have moved 1st paragraph to the last location.
---
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.
---