Reamer commented on PR #5066: URL: https://github.com/apache/zeppelin/pull/5066#issuecomment-3252397729
I think the following test errors are also due to the change and should also be corrected. ``` Error: Errors: Error: ZeppelinClientIntegrationTest.testCloneNote:170 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed Error: ZeppelinClientIntegrationTest.testExecuteNote:355 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed Error: ZeppelinClientIntegrationTest.testNoteOperation:127 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed Error: ZeppelinClientIntegrationTest.testRenameNote:195 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed Error: ZeppelinClientIntegrationTest.testSubmitNote:426 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed Error: ZeppelinClientIntegrationTest.testSubmitParagraph:283 » Unable to call rest api, status: 500, statusText: Server Error, message: org.apache.zeppelin.notebook.exception.NotePathAlreadyExistsException: Note '/Untitled Note' existed ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org