Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1694
  
    CI is all green now! Ready to review.
    Here are some brief summaries what I did. 
    
    Since from this PR `anonymous`(non authenticated) user can't set note 
permission, related test cases also need to be updated accordingly. Currently 
we have two test cases which check note permission as `anonymous` user. 
     - `testPermissions()` in 
[`NotebookRestApiTest.java`](https://github.com/apache/zeppelin/pull/1694/files#diff-c24f6ba26c704f590c0a1b04233b0e26)
 added by #681 
     - `testSearch()` in 
[`ZeppelinRestApiTest.java`](https://github.com/apache/zeppelin/pull/1694/files#diff-c24f6ba26c704f590c0a1b04233b0e26)
 added by #833
    
    So I rewrote them based on #1567's 
[`NotebookSecurityRestApiTest.java`](https://github.com/apache/zeppelin/pull/1567/files#diff-ef00c5495c90ccb911fd20dc127326c9)
 to be tested as authenticated users. 



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to