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

TypeConversionTest fails should not allow adding node and number

    XMLWordPrintable

Details

    Description

      Build Commit

      7e466335d39718eb048a9f7eab49c128a6cb092f

      Build Error

      [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.707 s <<< FAILURE! - in org.neo4j.cypher.internal.compiled_runtime.v3_4.TypeConversionTest
      [ERROR] should not allow adding node and number(org.neo4j.cypher.internal.compiled_runtime.v3_4.TypeConversionTest)  Time elapsed: 5.62 s  <<< ERROR!
      org.scalatest.exceptions.TestFailedException: "[Cannot add `NodeReference` and `Long]`" did not equal "[Don't know how to add `(0)` and `5]`"
      
      
      [ERROR] Errors:
      [ERROR]   TypeConversionTest>CypherFunSuite.run:28->CypherFunSuite.org$scalatest$FunSuiteLike$$super$run:28->CypherFunSuite.runTests:28->CypherFunSuite.runTest:28->CypherFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest:28->CypherFunSuite.withFixture:28 » TestFailed
      [INFO]
      [ERROR] Tests run: 189, Failures: 0, Errors: 1, Skipped: 0

      Test Error Output

      "[Cannot add `NodeReference` and `Long]`" did not equal "[Don't know how to add `(0)` and `5]`"ScalaTestFailureLocation: org.neo4j.cypher.internal.compiled_runtime.v3_4.TypeConversionTest$$anonfun$1 at (TypeConversionTest.scala:35)Expected :"[Don't know how to add `(0)` and `5]`"Actual   :"[Cannot add `NodeReference` and `Long]`"<Click to see difference>
      org.scalatest.exceptions.TestFailedException: "[Cannot add `NodeReference` and `Long]`" did not equal "[Don't know how to add `(0)` and `5]`" 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.cypher.internal.compiled_runtime.v3_4.TypeConversionTest$$anonfun$1.apply$mcV$sp(TypeConversionTest.scala:35) at org.neo4j.cypher.internal.compiled_runtime.v3_4.TypeConversionTest$$anonfun$1.apply(TypeConversionTest.scala:27) at org.neo4j.cypher.internal.compiled_runtime.v3_4.TypeConversionTest$$anonfun$1.apply(TypeConversionTest.scala:27) 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.tools.SuiteRunner.run(SuiteRunner.scala:55) at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2563) at org.scalatest.tools.Runner$$anonfun$doRunRunRunDaDoRunRun$3.apply(Runner.scala:2557) at scala.collection.immutable.List.foreach(List.scala:392) at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:2557) at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1044) at org.scalatest.tools.Runner$$anonfun$runOptionallyWithPassFailReporter$2.apply(Runner.scala:1043) at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:2722) at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1043) at org.scalatest.tools.Runner$.run(Runner.scala:883) at org.scalatest.tools.Runner.run(Runner.scala) at org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestRunner.runScalaTest2or3(ScalaTestRunner.java:41) at org.jetbrains.plugins.scala.testingSupport.scalaTest.ScalaTestRunner.main(ScalaTestRunner.java:28)
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: