scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
169 stars 47 forks source link

Have a test to make sure paging feature works properly with allow filtering queries #212

Closed dkropachev closed 6 days ago

dkropachev commented 1 week ago

It is possible that empty response from nodes can confuse driver make it producing partial results. To ensure it is not happening we need to test this scenario.

This is test for scenario outlined in https://github.com/scylladb/gocql/issues/180