Lee moon soo created ZEPPELIN-2546:
--------------------------------------
Summary: NotebookSecurityRestApiTest fails on travis
Key: ZEPPELIN-2546
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2546
Project: Zeppelin
Issue Type: Bug
Reporter: Lee moon soo
{{NotebookSecurityRestApiTest}} fails.
log -
https://s3.amazonaws.com/archive.travis-ci.org/jobs/232172080/log.txt?X-Amz-Expires=30&X-Amz-Date=20170514T212740Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJRYRXRSVGNKPKO5A/20170514/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=ff4905e101d0e2e3fd5ef648e32accb53f36acd6aacd1c4e4618d932df5ea279
{code}
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
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)