Hello, This test relies on some methods of timing that are slightly inaccurate. I probably need to increase the tolerance of the expected values to ensure that minor fluctuations do not cause a failure.
In the meantime, I suggest trying the build again. If that doesn't work then you can either disable that particular test or build the project with -DskipTests. Thanks for reporting this. Bob On Thu, Apr 2, 2015 at 12:28 AM, Christos Oikonomou <[email protected]> wrote: > Hello to all > I continue facing problems with build! I pull all the changes yesterday and > I had this. Do someone have any idea what is wrong? > > Test set: > > org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest > > ------------------------------------------------------------------------------- > Tests run: 317, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 20.027 > sec <<< FAILURE! - in > > org.apache.tinkerpop.gremlin.tinkergraph.process.TinkerGraphProcessStandardTest > > g_V_sleep_sleep_profile(org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest$Traversals) > Time elapsed: 0.162 sec <<< FAILURE! > java.lang.AssertionError: Duration should be at least the length of the > sleep: 59 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > > org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileTest.g_V_sleep_sleep_profile(ProfileTest.java:143) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:483) > at > > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at > > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at > > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at > > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at > > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) > at > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) > at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > at > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) > at > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > at org.junit.runners.ParentRunner.run(ParentRunner.java:309) > at org.junit.runners.Suite.runChild(Suite.java:127) > at > > org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:258) > at > > org.apache.tinkerpop.gremlin.AbstractGremlinSuite.runChild(AbstractGremlinSuite.java:60) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > at org.junit.runners.ParentRunner.run(ParentRunner.java:309) > at > > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264) > at > > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) > at > > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) > at > > org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) > at > > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) > at > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) > > > Thank you all in advance > > Christos > > On Tue, Mar 31, 2015 at 6:04 AM, Christos Oikonomou <[email protected] > > > wrote: > > > Stephen sorry for the delay I will answer you when Neo4j tests finish. > > > > On Mon, Mar 30, 2015 at 11:48 PM, Stephen Mallette <[email protected] > > > > wrote: > > > >> Christos, I just pushed some changes - one affects the IoTest which was > >> the > >> one you were having trouble with. Those tests should now reference the > >> local /target directory for each respective module running tests. If > you > >> pull the latest code, that might just solve your problem. > >> > >> On Mon, Mar 30, 2015 at 4:20 PM, Nick DeYoung <[email protected]> > >> wrote: > >> > >> > or create a windows equivalent of a symbolic link via mklink > >> > > >> > > >> > > >> > http://www.sevenforums.com/tutorials/278262-mklink-create-use-links-windows.html > >> > > >> > or > >> > > >> > http://lifehacker.com/5496652/how-to-use-symlinks-in-windows > >> > > >> > > >> > > >> > > >> > > >> > On Mon, Mar 30, 2015 at 12:47 PM, Stephen Mallette < > >> [email protected]> > >> > wrote: > >> > > >> > > not sure - the surefire report says it can't find /tmp - Christos, > are > >> > you > >> > > able to create that directory at the root of C: to see if it helps? > >> > maybe > >> > > it just wants C:/tmp to exist. Please let me know if that gets you > >> > passed > >> > > your problem. In the mean time, i can look into a more long term > fix. > >> > > > >> > > On Mon, Mar 30, 2015 at 3:32 PM, Marko Rodriguez < > >> [email protected]> > >> > > wrote: > >> > > > >> > > > Hi, > >> > > > > >> > > > Looks like something about being on a Windows box. @spmallette -- > >> any > >> > > > thoughts on builds and Windows? > >> > > > > >> > > > Marko. > >> > > > > >> > > > http://markorodriguez.com > >> > > > > >> > > > On Mar 30, 2015, at 1:28 PM, Christos Oikonomou < > >> [email protected] > >> > > > >> > > > wrote: > >> > > > > >> > > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------------- > >> > > > > Test set: > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest > >> > > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------------- > >> > > > > Tests run: 787, Failures: 0, Errors: 24, Skipped: 184, Time > >> elapsed: > >> > > > 13.241 > >> > > > > sec <<< FAILURE! - in > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphStructureStandardTest > >> > > > > > >> shouldReadWriteModernToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > Time > >> > > > > elapsed: 0.084 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteModernToKryo(IoTest.java:366) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithBOTHINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.009 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHINEdgesToKryo(IoTest.java:1698) > >> > > > > > >> > > > > > shouldReadWriteCrewToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > Time > >> > > > > elapsed: 0.041 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteCrewToKryo(IoTest.java:422) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithININEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.013 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithININEdgesToKryo(IoTest.java:1409) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithINBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.01 sec <<< ERROR! > >> > > > > java.lang.Exception: Unexpected exception, > >> > > > > expected<java.lang.IllegalStateException> but > >> > > > > was<java.lang.IllegalArgumentException> > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINBOTHEdgesToKryo(IoTest.java:1929) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithBOTHOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.011 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHOUTEdgesToKryo(IoTest.java:1804) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithOUTINEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.03 sec <<< ERROR! > >> > > > > java.lang.Exception: Unexpected exception, > >> > > > > expected<java.lang.IllegalStateException> but > >> > > > > was<java.lang.IllegalArgumentException> > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTINEdgesToKryo(IoTest.java:1977) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteDetachedEdgeAsReferenceToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.01 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeAsReferenceToKryo(IoTest.java:644) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteEdgeToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryoUsingFloatProperty(IoTest.java:574) > >> > > > > > >> > > > > shouldSupportUUIDInKryo(com.tinkerpop.gremlin.structure.IoTest) > >> Time > >> > > > > elapsed: 0.017 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldSupportUUIDInKryo(IoTest.java:891) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithINOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.009 sec <<< ERROR! > >> > > > > java.lang.Exception: Unexpected exception, > >> > > > > expected<java.lang.IllegalStateException> but > >> > > > > was<java.lang.IllegalArgumentException> > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithINOUTEdgesToKryo(IoTest.java:1953) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryoUsingFloatProperty(IoTest.java:929) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithBOTHBOTHEdgesToKryo(IoTest.java:1508) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.009 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexAsReferenceNoEdgesToKryo(IoTest.java:1024) > >> > > > > > >> > > > > > >> shouldReadWriteClassicToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > Time > >> > > > > elapsed: 0.048 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteClassicToKryo(IoTest.java:450) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.009 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexNoEdgesToKryo(IoTest.java:960) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithOUTBOTHEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.01 sec <<< ERROR! > >> > > > > java.lang.Exception: Unexpected exception, > >> > > > > expected<java.lang.IllegalStateException> but > >> > > > > was<java.lang.IllegalArgumentException> > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTBOTHEdgesToKryo(IoTest.java:1905) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteDetachedVertexNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedVertexNoEdgesToKryo(IoTest.java:992) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVerticesNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.023 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryo(IoTest.java:1248) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexMultiPropsNoEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexMultiPropsNoEdgesToKryo(IoTest.java:1056) > >> > > > > > >> > > > > > >> > > > >> > shouldReadWriteDetachedEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteDetachedEdgeToKryo(IoTest.java:678) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVerticesNoEdgesToKryoManual(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.112 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVerticesNoEdgesToKryoManual(IoTest.java:1220) > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > shouldReadWriteVertexWithOUTOUTEdgesToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > > > > Time elapsed: 0.013 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteVertexWithOUTOUTEdgesToKryo(IoTest.java:1312) > >> > > > > > >> > > > > > shouldReadWriteEdgeToKryo(com.tinkerpop.gremlin.structure.IoTest) > >> > Time > >> > > > > elapsed: 0.008 sec <<< ERROR! > >> > > > > java.lang.IllegalArgumentException: \tmp is not a directory or > >> does > >> > not > >> > > > > exist > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.io.kryo.KryoReader$Builder.workingDirectory(KryoReader.java:384) > >> > > > > at > >> > > > > > >> > > > > >> > > > >> > > >> > com.tinkerpop.gremlin.structure.IoTest.shouldReadWriteEdgeToKryo(IoTest.java:610) > >> > > > > > >> > > > > On Mon, Mar 30, 2015 at 10:23 PM, Marko Rodriguez < > >> > > [email protected]> > >> > > > > wrote: > >> > > > > > >> > > > >> Hello, > >> > > > >> > >> > > > >>> Please refer to > >> > > > >>> > >> > > > >> > >> > > > > >> > > > >> > > >> > C:\Users\Christos\Documents\GitHub\tinkerpop3\tinkergraph-gremlin\target\surefire-re > >> > > > >>> ports for the individual test results. > >> > > > >> > >> > > > >> What do the surefire-reports say? > >> > > > >> > >> > > > >> Marko. > >> > > > > >> > > > > >> > > > >> > > >> > > >> > > >> > -- > >> > // ndy > >> > > >> > > > > >
