basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 28 forks source link

GSet support / RIAK-2907 #181

Closed lukebakken closed 7 years ago

alexmoore commented 7 years ago

I get an error when running the tests.

  1) Update and Fetch GSet - Integration "before all" hook:
     Uncaught AssertionError: null == true
    at UpdateGSet.callback (test/integration/crdt/updateandfetchgset.js:42:21)
    at UpdateGSet.CommandBase._callback (lib/commands/commandbase.js:92:19)
    at UpdateGSet.UpdateSetBase.onSuccess (lib/commands/crdt/updatesetbase.js:152:10)
    at onSuccess (lib/core/riaknode.js:576:17)
    at Object.handleRiakResponse (lib/core/utils.js:70:9)
    at RiakNode._responseReceived (lib/core/riaknode.js:585:11)
    at RiakConnection._receiveData (lib/core/riakconnection.js:481:14)
    at readableAddChunk (_stream_readable.js:176:18)
    at Socket.Readable.push (_stream_readable.js:134:10)
    at TCP.onread (net.js:551:20)

I think this should be assertNull https://github.com/basho/riak-nodejs-client/blob/2f42a66a44719ffb8e0fbf9ac94f263986f8d32f/test/integration/crdt/updateandfetchgset.js#L42-L43