Git Product home page Git Product logo

Comments (5)

florinpatrascu avatar florinpatrascu commented on June 16, 2024

So when I run mix test with version 4.4.12, one test does not work.

sure. Also specifying which "one test" doesn't work, would help clarifying the context better next time.

from bolt_sips.

Papillon6814 avatar Papillon6814 commented on June 16, 2024

Hello, thank you for the reply!

> mix test                                                                                                                                                        23:13
Excluding tags: [:bolt_v1, :routing, :boltkit, :enterprise, :skip, :bench, :apoc]

........................................................................................................................................................................................................................................................................................................................................

  1) test exception when creating a node using SET properties with a nested map (ErrorsTest)
     test/errors_test.exs:25
     Wrong message for Bolt.Sips.Exception
     expected:
       "Property values can only be of primitive types or arrays thereof"
     actual:
       "Property values can only be of primitive types or arrays thereof. Encountered: Map{baz -> String(\"foo\"), unu -> Long(1), doi -> Long(2)}."
     code: assert_raise Bolt.Sips.Exception, err, fn ->
     stacktrace:
       test/errors_test.exs:28: (test)

     The following output was logged:
     2022-10-24 23:13:38.226 [debug] C: RUN ~ ["CREATE (report:Report) SET report = $props", %{props: %{a_list: [1, 2, 3.14], a_map: %{baz: "foo", doi: 2, unu: 1}, bolt_sips: true, foo: "bar"}}, %{}]
     2022-10-24 23:13:38.227 [debug] S: RECORD ~ [0]
     2022-10-24 23:13:38.227 [debug] S: SUCCESS ~ %{"bookmark" => "FB:kcwQqQRXgOcbQxGwtaBRge3Q32CQ", "t_last" => 4, "type" => "r"}
     2022-10-24 23:13:38.229 [debug] C: HANDSHAKE ~ "<<0x60, 0x60, 0xB0, 0x17>> [3, 2, 1, 0]"
     2022-10-24 23:13:38.229 [debug] S: HANDSHAKE ~ 3
     2022-10-24 23:13:38.230 [debug] C: HELLO ~ [%{credentials: "test", principal: "neo4j", scheme: "basic", user_agent: "BoltSips/2.0.11"}]
     2022-10-24 23:13:38.243 [debug] S: SUCCESS ~ %{"connection_id" => "bolt-281", "hints" => %{}, "server" => "Neo4j/4.4.12"}
     2022-10-24 23:13:38.243 [debug] C: RUN ~ ["RETURN 1 AS num", %{}, %{}]
     2022-10-24 23:13:38.246 [debug] S: SUCCESS ~ %{"fields" => ["num"], "t_first" => 2}
     2022-10-24 23:13:38.246 [debug] C: PULL_ALL ~ []
     2022-10-24 23:13:38.249 [debug] S: RECORD ~ [1]
     2022-10-24 23:13:38.249 [debug] S: SUCCESS ~ %{"bookmark" => "FB:kcwQqQRXgOcbQxGwtaBRge3Q32CQ", "t_last" => 1, "type" => "r"}
     2022-10-24 23:13:38.249 [debug] S: FAILURE ~ %{"code" => "Neo.ClientError.Statement.TypeError", "message" => "Property values can only be of primitive types or arrays thereof. Encountered: Map{baz -> String(\"foo\"), unu -> Long(1), doi -> Long(2)}."}
     2022-10-24 23:13:38.249 [debug] C: RESET ~ []
     2022-10-24 23:13:38.250 [debug] S: SUCCESS ~ %{}

..................................................................................................................................................

Finished in 3.2 seconds
39 doctests, 479 tests, 1 failure, 43 excluded
> mix test                                                                                                                                                        23:13
Excluding tags: [:bolt_v1, :routing, :boltkit, :enterprise, :skip, :bench, :apoc]

........................................................................................................................................................................................................................................................................................................................................

  1) test exception when creating a node using SET properties with a nested map (ErrorsTest)
     test/errors_test.exs:25
     Wrong message for Bolt.Sips.Exception
     expected:
       "Property values can only be of primitive types or arrays thereof"
     actual:
       "Property values can only be of primitive types or arrays thereof. Encountered: Map{baz -> String(\"foo\"), unu -> Long(1), doi -> Long(2)}."
     code: assert_raise Bolt.Sips.Exception, err, fn ->
     stacktrace:
       test/errors_test.exs:28: (test)

     The following output was logged:
     2022-10-24 23:13:38.226 [debug] C: RUN ~ ["CREATE (report:Report) SET report = $props", %{props: %{a_list: [1, 2, 3.14], a_map: %{baz: "foo", doi: 2, unu: 1}, bolt_sips: true, foo: "bar"}}, %{}]
     2022-10-24 23:13:38.227 [debug] S: RECORD ~ [0]
     2022-10-24 23:13:38.227 [debug] S: SUCCESS ~ %{"bookmark" => "FB:kcwQqQRXgOcbQxGwtaBRge3Q32CQ", "t_last" => 4, "type" => "r"}
     2022-10-24 23:13:38.229 [debug] C: HANDSHAKE ~ "<<0x60, 0x60, 0xB0, 0x17>> [3, 2, 1, 0]"
     2022-10-24 23:13:38.229 [debug] S: HANDSHAKE ~ 3
     2022-10-24 23:13:38.230 [debug] C: HELLO ~ [%{credentials: "test", principal: "neo4j", scheme: "basic", user_agent: "BoltSips/2.0.11"}]
     2022-10-24 23:13:38.243 [debug] S: SUCCESS ~ %{"connection_id" => "bolt-281", "hints" => %{}, "server" => "Neo4j/4.4.12"}
     2022-10-24 23:13:38.243 [debug] C: RUN ~ ["RETURN 1 AS num", %{}, %{}]
     2022-10-24 23:13:38.246 [debug] S: SUCCESS ~ %{"fields" => ["num"], "t_first" => 2}
     2022-10-24 23:13:38.246 [debug] C: PULL_ALL ~ []
     2022-10-24 23:13:38.249 [debug] S: RECORD ~ [1]
     2022-10-24 23:13:38.249 [debug] S: SUCCESS ~ %{"bookmark" => "FB:kcwQqQRXgOcbQxGwtaBRge3Q32CQ", "t_last" => 1, "type" => "r"}
     2022-10-24 23:13:38.249 [debug] S: FAILURE ~ %{"code" => "Neo.ClientError.Statement.TypeError", "message" => "Property values can only be of primitive types or arrays thereof. Encountered: Map{baz -> String(\"foo\"), unu -> Long(1), doi -> Long(2)}."}
     2022-10-24 23:13:38.249 [debug] C: RESET ~ []
     2022-10-24 23:13:38.250 [debug] S: SUCCESS ~ %{}

..................................................................................................................................................

Finished in 3.2 seconds
39 doctests, 479 tests, 1 failure, 43 excluded

This test does not work in version 4.4.12. thank you.

from bolt_sips.

flip111 avatar flip111 commented on June 16, 2024

Are there any plans for bolt protocol version 5?

https://neo4j.com/docs/bolt/current/bolt-compatibility/

from bolt_sips.

florinpatrascu avatar florinpatrascu commented on June 16, 2024

none from my end, sorry.

from bolt_sips.

flip111 avatar flip111 commented on June 16, 2024

Alright thanks for the update 👍

from bolt_sips.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.