Hi,

The unit tests for the fauna cassandra ruby client
(https://github.com/fauna/cassandra/) consistently fail for me:

$ ruby ./test/cassandra_test.rb -n test_each
....
 1) Failure:
test_each(CassandraTest) [./test/cassandra_test.rb:354]:
each limits to specified count.
<7> expected but was
<10>.

As far as I can tell this is because get_range_batch was modified to
discard rows when a block is provided as a way to reduce memory
footprint. This broke support for a :key_count.

I submitted a request to what I think is "upstream" for this project at
https://github.com/fauna/cassandra/pull/122. Since I've got no feedback
I'd appreciate some confirmation that this was the right place to
discuss the library (and, of course, any feedback on the failure case
itself is welcome!).

Cheers!
Shyamal

PS: Sorry if you see duplicate messages, I seemed to have had trouble
posting to this list earlier today.

Reply via email to