Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2334
Yeah, that's seem flaky test. Thanks @FireArrow I will merge it if no more
comments.
```
Failed tests:
NotebookSecurityRestApiTest.testThatOtherUserCannotAccessNoteIfPermissionSet:81->createNoteForUser:155
test note create method:
Expected: HTTP response <200> from /api/notebook/
but: got <302> Found
NotebookSecurityRestApiTest.testThatUserCanSearchNote:115->createNoteForUser:155
test note create method:
Expected: HTTP response <200> from /api/notebook/
but: got <302> Found
NotebookSecurityRestApiTest.testThatWriterCannotRemoveNote:98->createNoteForUser:155
test note create method:
Expected: HTTP response <200> from /api/notebook/
but: got <302> Found
NotebookSecurityRestApiTest.testThatOtherUserCanAccessNoteIfPermissionNotSet:72->createNoteForUser:155
test note create method:
Expected: HTTP response <200> from /api/notebook/
but: got <302> Found
NotebookSecurityRestApiTest.testThatUserCanCreateAndRemoveNote:63->createNoteForUser:155
test note create method:
Expected: HTTP response <200> from /api/notebook/
but: got <302> Found
Tests in error:
SecurityRestApiTest.testGetUserList:69 » JsonSyntax
java.lang.IllegalStateExce...
SecurityRestApiTest.testTicket:55 » JsonSyntax
java.lang.IllegalStateException...
```
---
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.
---