Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-567

Tests on trunk are failing for giraph-examples at RandomWalk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

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

      -------------------------------------------------------------------------------
      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)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            initialcontext Eli Reisman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: