You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Eli Reisman (JIRA)" <ji...@apache.org> on 2013/03/16 04:26:12 UTC

[jira] [Created] (GIRAPH-567) Tests on trunk are failing for giraph-examples at RandomWalks

Eli Reisman created GIRAPH-567:
----------------------------------

             Summary: Tests on trunk are failing for giraph-examples at RandomWalks
                 Key: GIRAPH-567
                 URL: https://issues.apache.org/jira/browse/GIRAPH-567
             Project: Giraph
          Issue Type: Bug
            Reporter: Eli Reisman


Seems to be something has upset the tests in examples here, this is the surefire report from "mvn verify" on trunk tonight:

{code}
-------------------------------------------------------------------------------
Test set: org.apache.giraph.examples.RandomWalkWithRestartVertexTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.085 sec <<< FAILURE!
testWeightedGraph(org.apache.giraph.examples.RandomWalkWithRestartVertexTest)  Time elapsed: 1.038 sec  <<< ERROR!
java.io.FileNotFoundException: /var/folders/wq/rrrp5_8s3wgby3ybwn87z5lc0000gn/T/giraph-RandomWalkWithRestartVertex-1996932221558672384/output/part-m-00000 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at com.google.common.io.Files$1.getInput(Files.java:110)
        at com.google.common.io.Files$1.getInput(Files.java:107)
        at com.google.common.io.CharStreams$2.getInput(CharStreams.java:93)
        at com.google.common.io.CharStreams$2.getInput(CharStreams.java:90)
        at com.google.common.io.CharStreams.readLines(CharStreams.java:310)
        at com.google.common.io.Files.readLines(Files.java:544)
        at org.apache.giraph.utils.InternalVertexRunner.run(InternalVertexRunner.java:208)
        at org.apache.giraph.utils.InternalVertexRunner.run(InternalVertexRunner.java:77)
        at org.apache.giraph.examples.RandomWalkWithRestartVertexTest.testWeightedGraph(RandomWalkWithRestartVertexTest.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
        at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira