You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2015/12/08 12:11:11 UTC

[jira] [Created] (ZEPPELIN-493) Test fails VFSNotebookRepoTest.setUp:58 » IO No such file or directory

Lee moon soo created ZEPPELIN-493:
-------------------------------------

             Summary: Test fails VFSNotebookRepoTest.setUp:58 » IO No such file or directory
                 Key: ZEPPELIN-493
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-493
             Project: Zeppelin
          Issue Type: Bug
         Environment: osx 10.10.3
            Reporter: Lee moon soo
            Assignee: Lee moon soo


Test fails with

{code}
Running org.apache.zeppelin.notebook.repo.VFSNotebookRepoTest
19:32:44,159  INFO org.apache.zeppelin.interpreter.InterpreterFactory:602 - Create repl org.apache.zeppelin.interpreter.mock.MockInterpreter1 from null
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.apache.zeppelin.notebook.repo.VFSNotebookRepoTest
testSaveNotebook(org.apache.zeppelin.notebook.repo.VFSNotebookRepoTest)  Time elapsed: 0.018 sec  <<< ERROR!
java.io.IOException: No such file or directory
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createNewFile(File.java:1006)
	at org.apache.zeppelin.interpreter.InterpreterFactory.saveToFile(InterpreterFactory.java:267)
	at org.apache.zeppelin.interpreter.InterpreterFactory.add(InterpreterFactory.java:352)
	at org.apache.zeppelin.interpreter.InterpreterFactory.init(InterpreterFactory.java:179)
	at org.apache.zeppelin.interpreter.InterpreterFactory.<init>(InterpreterFactory.java:105)
	at org.apache.zeppelin.notebook.repo.VFSNotebookRepoTest.setUp(VFSNotebookRepoTest.java:58)

Running org.apache.zeppelin.util.UtilTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.zeppelin.util.UtilTest

Results :

Tests in error: 
  VFSNotebookRepoTest.setUp:58 » IO No such file or directory

Tests run: 37, Failures: 0, Errors: 1, Skipped: 0
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)