Uploaded image for project: 'ONgDB'
  1. ONgDB
  2. ONGDB-90

SpatialFunctionsAcceptanceTest failure | inequality on 3D points

    XMLWordPrintable

Details

    Description

      org.scalatest.exceptions.TestFailedException: Comparing 'point({x: -1, y: -1, z: 0, crs: 'cartesian-3D'})' to 'point({x: 0, y: 0, z: 0, crs: 'cartesian-3D'})' List(Map("a < b" -> false, "a > b" -> false)) did not equal List(Map("a > b" -> false, "a < b" -> true))
       at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160) at org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6231) at org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6277) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAccepta$$$$277113739999b2a44da509a41e3d113$$$$st$$shouldCompareLike$1.apply$mcV$sp(SpatialFunctionsAcceptanceTest.scala:442) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAccepta$$$$277113739999b2a44da509a41e3d113$$$$st$$shouldCompareLike$1.apply(SpatialFunctionsAcceptanceTest.scala:442) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAccepta$$$$277113739999b2a44da509a41e3d113$$$$st$$shouldCompareLike$1.apply(SpatialFunctionsAcceptanceTest.scala:442) at org.scalatest.Assertions$class.withClue(Assertions.scala:1471) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.withClue(CypherFunSuite.scala:28) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest.org$neo4j$internal$cypher$acceptance$SpatialFunctionsAcceptanceTest$$shouldCompareLike(SpatialFunctionsAcceptanceTest.scala:441) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAccepta$$$$4016ad31769dd476f2a07e3fb8c486$$$$anonfun$apply$mcVI$sp$2.apply$mcVI$sp(SpatialFunctionsAcceptanceTest.scala:417) at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAccepta$$$$24ed75ebcfe7348d8129421f94e521d$$$$anonfun$apply$mcVI$sp$1.apply$mcVI$sp(SpatialFunctionsAcceptanceTest.scala:410) at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41$$anonfun$apply$mcV$sp$2$$anonfun$apply$1.apply$mcVI$sp(SpatialFunctionsAcceptanceTest.scala:409) at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41$$anonfun$apply$mcV$sp$2.apply(SpatialFunctionsAcceptanceTest.scala:408) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41$$anonfun$apply$mcV$sp$2.apply(SpatialFunctionsAcceptanceTest.scala:407) at scala.collection.immutable.List.foreach(List.scala:392) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41.apply$mcV$sp(SpatialFunctionsAcceptanceTest.scala:407) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41.apply(SpatialFunctionsAcceptanceTest.scala:407) at org.neo4j.internal.cypher.acceptance.SpatialFunctionsAcceptanceTest$$anonfun$41.apply(SpatialFunctionsAcceptanceTest.scala:407) at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22) at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) at org.scalatest.Transformer.apply(Transformer.scala:22) at org.scalatest.Transformer.apply(Transformer.scala:20) at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166) at org.scalatest.Suite$class.withFixture(Suite.scala:1122) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.withFixture(CypherFunSuite.scala:28) at org.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:163) at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175) at org.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175) at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306) at org.scalatest.FunSuiteLike$class.runTest(FunSuiteLike.scala:175) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest(CypherFunSuite.scala:28) at org.scalatest.BeforeAndAfterEach$class.runTest(BeforeAndAfterEach.scala:255) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.runTest(CypherFunSuite.scala:28) at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208) at org.scalatest.FunSuiteLike$$anonfun$runTests$1.apply(FunSuiteLike.scala:208) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413) at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401) at scala.collection.immutable.List.foreach(List.scala:392) at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401) at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396) at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483) at org.scalatest.FunSuiteLike$class.runTests(FunSuiteLike.scala:208) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.runTests(CypherFunSuite.scala:28) at org.scalatest.Suite$class.run(Suite.scala:1424) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.org$scalatest$FunSuiteLike$$super$run(CypherFunSuite.scala:28) at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212) at org.scalatest.FunSuiteLike$$anonfun$run$1.apply(FunSuiteLike.scala:212) at org.scalatest.SuperEngine.runImpl(Engine.scala:545) at org.scalatest.FunSuiteLike$class.run(FunSuiteLike.scala:212) at org.neo4j.cypher.internal.util.v3_4.test_helpers.CypherFunSuite.run(CypherFunSuite.scala:28) at org.scalatest.junit.JUnitRunner.run(JUnitRunner.scala:99) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:220) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:53)

      Attachments

        Issue Links

          Activity

            People

              bradnussbaum Brad Nussbaum
              bradnussbaum Brad Nussbaum
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: